Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
you mean like: fav_color = input("Enter your favorite color > ") print(f"Nice! I love {fav_color} too.") if you mean like a legit box to put info in you'll need to study up on one of the gui libraries. try starting with tkinter as it comes standard with python
14th Nov 2020, 3:19 AM
Slick
Slick - avatar