Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python input - how to read a number

num = input ("Enter number :")
print(num)
name1 = input("Enter name : ")
print(name1)
Comment

PREVIOUS NEXT
Code Example
Python :: how to debug python code in visual studio code 
Python :: add key to dictionairy 
Python :: math in function 
Python :: pandas split groupby 
Python :: adding an item to list in python 
Python :: sum of diagonal numpy 
Python :: python replace variable in string 
Python :: precedence in python 
Python :: pygame draw square 
Python :: python tuples 
Python :: how to create models in django 
Python :: set default dictionary in python 
Python :: average of a list in function with python 
Python :: check if object is list python 
Python :: what is gui in python 
Python :: ImportError: cannot import name 
Python :: numpy sign method 
Python :: do while loop python 
Python :: python sort case insensitive 
Python :: # Import KNeighborsClassifier from sklearn.neighbors 
Python :: how to move an item from one list to another python 
Python :: how to convert r to python 
Python :: image analysis python 
Python :: python schleife 
Python :: how to bubble sort a 2d array in python 
Python :: Mixed Fractions in python 
Python :: lowering the time.countdown python 
Python :: Computation failed in `stat_flow()`: 
Python :: stackoverflow ocr,cropping letters 
Python :: python coding for y, you will also display a “bar” of ‘X’ characters to represent the number. For example, the prime number 2 would be represented as “X 2”. 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =