Commit d46f99ef by BellCodeEditor

save project

parent bed688f4
Showing with 13 additions and 0 deletions
def say():
print('say something')
if if __name__ == "__main__":
print('demo 自己运行')
say()
\ No newline at end of file
import demo
print('use file')
demo.say()
\ No newline at end of file
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 sign in to comment