Skip to content

the-ghost-of/JD_Tippit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

MINE

Get your own.

Hello, World!

print("Hello, World!") #directly into command prompt -OR- python helloworld.py #as a created file

Indentation is practical


Variables

Variable names:

  • can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ )
  • cannot start with a number
  • must start with a letter or the underscore character
  • are case-sensitive (age, Age and AGE are three different variables)

Casting

  • x = str(3) # x will be '3'
  • y = int(3) # y will be 3
  • z = float(3) # z will be 3.0

Get Type

  • print(type(x))

*Single/Double quotes *Variables are case-sensitive:

  • "a" will not overwrite "A"

About

Path to Python π — until my rekindled desire to learn a programming language dies once more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published