+ 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?
4 Antworten
+ 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
+ 1
Sometimes via C, e.g. in the case of CPython which is implemented in C.
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.
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