Simple python print | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Simple python print

Help me with the output of my printing

24th Jan 2021, 6:41 PM
Jahkamso
Jahkamso - avatar
3 Answers
+ 6
Simple printing only includes, print function along with parentheses () & strings in quotes.. if you are trying to print any string. Simething like this: 👇 Print (" ") <- your statement goes inside single or double quotes.
24th Jan 2021, 6:46 PM
Shivani 📚✍
Shivani 📚✍ - avatar
+ 3
What do you want to print and in which format?
24th Jan 2021, 6:43 PM
Lisa
Lisa - avatar
+ 2
print ("Hello Python")
25th Jan 2021, 5:00 PM
∆BH∆Y
∆BH∆Y - avatar