+ 1

How to make to need input code in Python?

Some codes need input oneself. How to make this in Python?

28th Feb 2022, 8:53 AM
Chris
4 Answers
+ 3
Your question isn't really clear Isn't the input() function what u need
28th Feb 2022, 9:07 AM
PythÞñ CĂșltĂźstâš”ïžđŸ”„đŸ‡łđŸ‡Ź
PythÞñ  CĂșltĂźstâš”ïžđŸ”„đŸ‡łđŸ‡Ź - avatar
+ 3
Using input () method Like this my_input = input () If u wanna take the user input as integer u should turn it like my_input = int(input())
28th Feb 2022, 9:08 AM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 3
Use input() function
28th Feb 2022, 10:25 PM
Vaibhav
Vaibhav - avatar
+ 2
Python for beginners Lesson 16.1
28th Feb 2022, 10:04 AM
NEZ
NEZ - avatar