0
Input
How can place an input on first program lesson
1 Answer
+ 1
Pedro Lenzi
abc = input ()
print (abc)
That is for taking input and printing on screen.
In first program no need to do this. Just do this
print ("Python is awesome")
How can place an input on first program lesson