Last active
December 8, 2022 12:16
-
-
Save abayomi185/d7412b484f57aa0b757bda9088590ae2 to your computer and use it in GitHub Desktop.
Getting Started with Python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A simple Python script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Variables | |
# Comments | |
# Conditionals | |
# Conditional Operators | |
# Collections | |
# Loops | |
# Functions | |
# Modules | |
# Simple example using inputs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment