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:
Post Comments (Atom)
-
How to do the programming python in windows command prompt Step 1: please go through below link website f...
-
Serial.print() Description Prints data to the serial port as human-readable ASCII text. This command can take many forms. Numbers a...
No comments:
Post a Comment