Compare commits

..

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

3 changed files with 2 additions and 10 deletions

View File

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

View File

@ -1,7 +0,0 @@
def print_name(name):
# Print the name
print("The name is:", name)
def main():
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