0
Is it just print python makes use of
5 Réponses
+ 5
When you move beyond Sololearn, you can also output to files, or graphics.
+ 4
Joseph Elizabeth Nifemi
Nah bro, print() is just to show stuff on screen. It doesn’t really "tell" the computer what to do — it just tells you what’s going on.
To actually make the computer do stuff, you use:
variables
input() to take info
if, else for logic
loops like for, while
functions and all that
print() just talks to you, the rest talks to the machine.
+ 1
Please Clarify Your Question Joseph Elizabeth Nifemi , So We Can Help You
0
Makes use of for "what"? Your question seems confusing.
0
I mean when coding with phython is it only print we make use of in order to pass information to the computer or there are other terms we use