I can’t type in terminal when I run my code in the app | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I can’t type in terminal when I run my code in the app

13th Nov 2022, 5:22 PM
Bryce Fort
Bryce Fort - avatar
4 Réponses
+ 2
And when you click run, doesn't a box appear to write something in?
14th Nov 2022, 7:50 PM
Ausgrindtube
Ausgrindtube - avatar
+ 1
Can you provide some more information? (Maybe attach the code and explain what you want) Sololearn supports input but in everything other than Web codes, you have to do all your input at the beginning, after you've hit run. Each input has to be on a new line.
13th Nov 2022, 9:12 PM
Ausgrindtube
Ausgrindtube - avatar
0
print("**********TEXT REVERSER**********") txt = [] while True: txt = input("Enter any word or jumble of letters and reverse it here: ") if txt == (''): break print(txt[::-1])
14th Nov 2022, 12:58 PM
Bryce Fort
Bryce Fort - avatar
0
Correct
17th Nov 2022, 4:51 PM
Bryce Fort
Bryce Fort - avatar