Commit ea37c486 by arun.uday

v1

parent cff09bc9
...@@ -9,6 +9,7 @@ def print_hi(name): ...@@ -9,6 +9,7 @@ def print_hi(name):
print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint. print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
# Press the green button in the gutter to run the script. # Press the green button in the gutter to run the script.
if __name__ == '__main__': if __name__ == '__main__':
print_hi('PyCharm') print_hi('PyCharm')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment