We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3940d5a commit 53f8d6aCopy full SHA for 53f8d6a
reformat_solution.py
@@ -0,0 +1,11 @@
1
+def main():
2
+ num = int(input("Num:"))
3
+ if num == 5:
4
+ print("Hello world", num)
5
+ else:
6
+ print("Hello, this a very long string that is so long in fact that Pycharm says it extends past what PEP 8 "
7
+ "allows") # Note: do this line first
8
+
9
10
+if __name__ == "__main__":
11
+ main()
0 commit comments