Compare commits
No commits in common. "v8" and "main" have entirely different histories.
8
main.py
8
main.py
@ -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()
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
functions-framework==1.4.3
|
|
||||||
markupsafe==2.0.1
|
|
||||||
Loading…
Reference in New Issue
Block a user