embedded system,Arduino,Raspberry pi,ARM7,MM32,STM32,PIC and Python,Django,Datascience and web development
Friday, March 5, 2021
sep, end in print method in python
"""
print(10,20,30,sep='@')
print(10,20,end='')
print(" ", 30)
#print(input("enter number"))
#print("you opened django server with IP:http://127.0.0.1:8000\n")
def ranjith():
print("ranjith is basha")
print("chandu is king")
ranjith()
def connect():
print("you opened django server with IP:http://127.0.0.1:8000\n")
def disconnect():
print("it is disconnected")
connect()
while(1):
print("basha")
disconnect()
i=0
if(i==0):
print("rajinikanth")
else:
print("ramyakrishna")
"""
Subscribe to:
Posts (Atom)
-
using python we can create our on DB using python in mysql. please follow the below lines of code import pymysql #create the database conne...
-
0885-8993 (c) 2015 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/pub...