293,103 views
44 votes
44 votes
3. Elaborate why and how you use “Output” command in Python Programming Language, write the syntax of output command?​

User Astjohn
by
3.1k points

1 Answer

14 votes
14 votes

Answer:

Step-by-step explanation:

you use print() to output something

so it would be like this:

print("What is up, gamer?")

so the syntax is print() with whatever is in the parentheses being what you want to output

User Vasco
by
2.7k points