Show Menu
Cheatography

python gg Cheat Sheet by

gg

Multip­­li­c­ation and Exponents

string *
combine that string
number
multiple times
string * string
crash
number *
math - multiply
string **
crash
number **
math - exponents
string **
crash
 

function

print()
displays inform­­­ation on the screen
int()
convert value to integer
input()
receive inform­ation from user
#
A COMMENT not effect the script
 

addition

string + string
combine together
string + number
crash
number + number
math - addition
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          More Cheat Sheets by win1999

          GGPythonGG