Little help please | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответов
+ 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