Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

Python Command Line Input (python class part 26 in Hindi)

 



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 टिप्पणियाँ