s0nd3r's profile picture

Published by

published

Category: Blogging

I'm Learning Python

I'm not exactly familar with it, and there's a pip I've been trying to download that's not working because of the syntax errors. Frustrated, I'm going to learn Python so I can find ways to download it. I know jack about this, I'm only familiar with a few flow c ommands because of code.org. I did get a few basics in here, but my goal is to find any commands on how to install things. 

notepad:

True = yes in computer. ex: 2 ? 1 = correct "True"

Basically, it is saying that whatever ommand you type in there is activated and correct


False = no/incorrect ex: 2 > 5 = false

Basically, it is asying that some part of your line of command has some error in it that needs to be fixed


Syntax error is similar to false, but it just means you are missing some part of the command. ex: 2 > = Syntax error


If = If it happens

Then = Then this happens

basically, it is saying that if this string of code occurs or is detected, then this other string of code will be activated


for = marking the time of how long the event will occur

while = this will occur while this other string of code is happening


if this happens, then this will happen, for 2 minutes, while this is also happening


2 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Charlie-adhd

Charlie-adhd's profile picture

Good luck in learning!!! ^^


Report Comment