- 1

What does print do??

26th May 2018, 10:47 AM
paria
paria - avatar
2 Réponses
+ 1
If you are talking about Python, print is used to display any value. For example, print(200) Output: 200 a = 123 print(a * 55) Output: 6765 name = 'Paria' print('My name is ' + name) Output: My name is Paria Let me know if you have a doubt :)
26th May 2018, 10:58 AM
Just A Rather Ridiculously Long Username
- 1
how can we make a play in python? please make an example!😁
26th May 2018, 11:01 AM
paria
paria - avatar