Python. Is there any '' command " that can make a text appear on the screen or something like that? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answers
+ 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