Compare commits

..

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

3 changed files with 2 additions and 8 deletions

View File

@ -1 +1,2 @@
# python hello-world
# 535c255526264cdd9b4b8b106a3e92ee

View File

@ -1,5 +0,0 @@
def main():
print_name("Ali")
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