Compare commits

..

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

3 changed files with 2 additions and 13 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 421234f4865e4e2db8ed0e71bb2373c1

10
main.py
View File

@ -1,10 +0,0 @@
def print_name(name):
# Print the name
print("The name is:", name)
def main(request):
request_json = request.get_json(silent=True)
print(request_json)
name = "Ali" # You can replace this with any name
print_name(name)
return name

View File

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