Published
- 1 min read
console outuput in pyhton
The solution for this is noted below
console outuput in pyhton
Solution
>>> print("Hello World! Welcome to Python Examples.")
Hello World! Welcome to Python Examples.
>>> print(10)
10
Try other methods by searching on the site. That is if this doesn’t work