Compare commits

..

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

3 changed files with 2 additions and 8 deletions

View File

@ -1 +1,2 @@
# python hello-world # 8e3c8a22f2974e9b9bf7b6ba2ab66d2b

View File

@ -1,5 +0,0 @@
def main(request):
return "hello, world"
def print_name(name):
# Print the name
print("The name is:", name)

View File

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