Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Last active June 21, 2021 15:34
Show Gist options
  • Save quantra-go-algo/58ae5be8750fc3695e929184cd37b6a7 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/58ae5be8750fc3695e929184cd37b6a7 to your computer and use it in GitHub Desktop.
# Age of Alex
age = 45
# Salary
salary = 1456.8
# Name
name = "Alex"
print(age)
print(salary)
print(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment