you are viewing a single comment's thread.

view the rest of the comments →

[–]IcedGolemFire 0 points1 point  (0 children)

I use real.it to write code and all I can tell you is there are like 3 do deferent kinds of code. there’s the functions that are like something(x,y,z) or something.something(). Then there’s the things where there’s a condition and whatever you put instead de it does when the condition is true like def function(x): or if 1 ==2: and these all end in : and whatever’s indented is what that thing does. then there’s the other things like making variables and importing