Just started out python.. was wondering how or with what code I can create an input box | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Just started out python.. was wondering how or with what code I can create an input box

5th Sep 2023, 4:12 PM
Kuki
Kuki - avatar
2 Answers
+ 2
In Module "Going Deeper with Python" you will learn about input and outputs.
5th Sep 2023, 5:07 PM
Chris Coder
Chris Coder - avatar
0
Maybe do something like num = int(input("Enter a number:\t")) print("Your entered: ", num) This code, at first, prompts you to write a number, then prints that to the screen.
8th Sep 2023, 5:15 AM
Tanvir Salehin
Tanvir Salehin - avatar