Compare commits

..

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

3 changed files with 2 additions and 10 deletions

View File

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

View File

@ -1,7 +0,0 @@
def print_name(name):
# Print the name
print("The name is:", name)
def main(request):
name = "Ali" # You can replace this with any name
print_name(name)

View File

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