Compare commits

..

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

3 changed files with 2 additions and 11 deletions

View File

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

View File

@ -1,8 +0,0 @@
def main():
print_name("Ali")
def print_name(name):
# Print the name
print("The name is:", name)
if __name__ == "__main__":
main()

View File

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