Compare commits
No commits in common. "v9" and "main" have entirely different histories.
15
main.py
15
main.py
@ -1,15 +0,0 @@
|
||||
def display_variables():
|
||||
# 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)
|
||||
|
||||
# Call the function to display the variables
|
||||
display_variables()
|
||||
@ -1,2 +0,0 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user