Compare commits

..

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

3 changed files with 2 additions and 10 deletions

View File

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

View File

@ -1,7 +0,0 @@
def print_name(name):
# Print the name
print("The name is:", name)
def main():
# Call the function with a name
print_name("Ali")

View File

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