Compare commits
No commits in common. "v14" and "main" have entirely different histories.
17
main.py
17
main.py
@ -1,17 +0,0 @@
|
||||
def main():
|
||||
# Declare and assign variables of different types
|
||||
user_name = "Alice"
|
||||
age = 25
|
||||
is_student = True
|
||||
score = 95.5
|
||||
|
||||
# Create a dictionary to hold the variables
|
||||
response = {
|
||||
"Name": user_name,
|
||||
"Age": age,
|
||||
"Is Student": is_student,
|
||||
"Score": score
|
||||
}
|
||||
|
||||
# Return the response
|
||||
return response
|
||||
@ -1,2 +0,0 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user