Last active
June 21, 2021 15:34
-
-
Save quantra-go-algo/58ae5be8750fc3695e929184cd37b6a7 to your computer and use it in GitHub Desktop.
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
# 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