geekcomputers / Python

My Python Examples
http://www.thegeekblog.co.uk
MIT License
30.56k stars 12.08k forks source link

Python learning #1599

Open Turintus opened 2 years ago

DeveloperPeach commented 1 year ago

Print code: print () Input: `variable = input (value)````

Vicky3301 commented 1 year ago

if you want to take input and print it you can do that in one line: print(input("write any thing you want to print "))