From d70cd00e75c6a68498d8090e3c738ac41c63a879 Mon Sep 17 00:00:00 2001 From: rianbtk Date: Sun, 21 Aug 2022 08:20:25 +0700 Subject: [PATCH] python done --- public/data_file/main.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/data_file/main.py diff --git a/public/data_file/main.py b/public/data_file/main.py new file mode 100644 index 0000000..b56819f --- /dev/null +++ b/public/data_file/main.py @@ -0,0 +1,14 @@ +# This is a sample Python script. + +# Press Shift+F10 to execute it or replace it with your code. +# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. + + +def cantik(name): + # Use a breakpoint in the code line below to debug your script. + print("Hallo World") # Press Ctrl+F8 to toggle the breakpoint. + + +cantik('PyCharm') + +# See PyCharm help at https://www.jetbrains.com/help/pycharm/