0

Is it just print python makes use of

16th Apr 2025, 4:23 PM
Joseph Elizabeth Nifemi
5 Respuestas
+ 5
When you move beyond Sololearn, you can also output to files, or graphics.
16th Apr 2025, 8:00 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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.
16th Apr 2025, 4:56 PM
INViS!BLE - [ Not Available Till July ]
INViS!BLE - [ Not Available Till July ] - avatar
+ 1
Please Clarify Your Question Joseph Elizabeth Nifemi , So We Can Help You
16th Apr 2025, 4:50 PM
INViS!BLE - [ Not Available Till July ]
INViS!BLE - [ Not Available Till July ] - avatar
0
Makes use of for "what"? Your question seems confusing.
16th Apr 2025, 4:41 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
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
16th Apr 2025, 4:53 PM
Joseph Elizabeth Nifemi