python done
This commit is contained in:
parent
2f72dfbeaa
commit
d70cd00e75
14
public/data_file/main.py
Normal file
14
public/data_file/main.py
Normal file
|
|
@ -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/
|
||||||
Loading…
Reference in New Issue
Block a user