Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Python Loops, Functions, and Objects #44

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Added Python Loops, Functions, and Objects #44

wants to merge 6 commits into from

Conversation

d-0-r
Copy link

@d-0-r d-0-r commented Jul 13, 2015

exactly what the title says...

d-0-r added 6 commits July 13, 2015 11:56
Added python loops, used parenthesis with print so it would be compatible with both versions 2.x and 3.x even though not practiced in 2.x
Added Python Functions. Used parenthesis around print so its compatible with both 2.x and 3.x. Also used str(input()) instead of raw_input() or just input() on itself for same reason.
Added Python objects. Included inheritance. and self argument. used parenthesis for print so it'll be compatible for both python 2.x and 3.x
Added that indentation is required
Added that indentation is mandatory
spelling and spacing fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant