Skip to content

sahir/pythonBasics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Basics

Input and Coding Style

first_name = input("what is your first name? ");
print("Your first name ", first_name );

Order of operations

PEMDAS, or Please Excuse My Dear Aunt Sally

first it's any P which is parenthesis, then it's E for exponents, M for multiplication, then division, addition, subtraction

Releases

No releases published

Packages

No packages published

Languages