Python. Is there any '' command " that can make a text appear on the screen or something like that? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Python. Is there any '' command " that can make a text appear on the screen or something like that?

30th Apr 2019, 11:06 AM
JohnSia2005
2 Réponses
+ 10
You can use print("hi") to print on console. Or try, sys.stdout.write() Or PrettyPrint I know these 3 options For printing a data. Hope that helped 😄
30th Apr 2019, 11:21 AM
Aaditya Deshpande
Aaditya Deshpande - avatar
+ 2
Thx
30th Apr 2019, 11:21 AM
JohnSia2005