Simple python print | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Simple python print

Help me with the output of my printing

24th Jan 2021, 6:41 PM
Jahkamso
Jahkamso - avatar
3 Respostas
+ 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