Compare commits

..

No commits in common. "v12" and "main" have entirely different histories.
v12 ... main

3 changed files with 2 additions and 18 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 2e19b0806d0440f8a19525132bb5c62b

15
main.py
View File

@ -1,15 +0,0 @@
def main():
# Declare and assign variables of different types
user_name = "Alice"
age = 25
is_student = True
score = 95.5
# Display variables using print
print("Name:", user_name)
print("Age:", age)
print("Is Student?", is_student)
print("Score:", score)
if __name__ == "__main__":
main()

View File

@ -1,2 +0,0 @@
functions-framework==1.4.3
markupsafe==2.0.1