Little help please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Little help please

when I use input ("entry age:") for example the output is : entry age: (the number the user entered) how can I keep the (entry age) sentence without it being displayed in the output.

6th Aug 2018, 3:30 PM
muhannad
2 Answers
+ 1
clear the input("") or if you want it to show text but not show it with output you can do something like: import os a = input("enter age") os.system("cls") print(a)
7th Aug 2018, 4:36 AM
Markus Kaleton
Markus Kaleton - avatar
+ 1
input("")
6th Aug 2018, 3:40 PM
Bebida Roja
Bebida Roja - avatar