How does Python actually work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How does Python actually work?

So I started learning it, but am still kind of confused. Like okay, I get it, I am typing up “input” which gives me “output” but what happens with the output?

4th Aug 2019, 8:51 PM
Mindy Rand
Mindy Rand - avatar
4 Answers
+ 3
your question is so open! about how py works is like all other languages is not just about input and the output but the logic behind, the algorithme. when you master a language and you start orient your skills to a subject like data science, web, AI .. you start enjoy your time while you coding
4th Aug 2019, 10:09 PM
Younes BOUDOUL
Younes BOUDOUL - avatar
+ 1
Sometimes via C, e.g. in the case of CPython which is implemented in C.
4th Aug 2019, 10:31 PM
Sonic
Sonic - avatar
0
sorry i wasnt clear. i am totally new to coding and have no idea what comes next. i guess i will figure it out.
5th Aug 2019, 1:31 AM
Mindy Rand
Mindy Rand - avatar
0
Here's a wee example : Input: x = input() Output: print(x) If you run this code you will be asked for input (input) Then output gets printed(write input to to output) What happens with output? : Nothing, There is no wayyyy to assign the output directly to a var You should check out some of my codes I have completed a python course so I would be happy to help :) https://code.sololearn.com/cnpoaPf0OyDC/?ref=app https://code.sololearn.com/cw9YbD5EKknJ/?ref=app https://code.sololearn.com/cELfeJSKp4pP/?ref=app https://code.sololearn.com/cj56G51xbicW/?ref=app
16th May 2020, 8:43 PM
Gurseerit Singh Chahal ✓
Gurseerit Singh Chahal ✓ - avatar