Python Command Line Input
python में Command prompt का उपयोग कर यूजर से input लिया जा सकता है।
Example
input() function का उपयोग कर python में Command prompt से input लिया जा सकता है।
print("Enter your age")
age = input() #ask user to iput
print ('age is ', age)
Python class part 👉 26
Go to next class part 👉 27
0 टिप्पणियाँ
If you have any doubt. Please let me know