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

1 Answer

3 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 Gdubs
by
3.9k points