Skip to content

Commit

Permalink
chore: optimize python template
Browse files Browse the repository at this point in the history
let it support chinese

Log:
Change-Id: I1515c05de5aea6aa505ed5ecd9b072c26d8131c3
  • Loading branch information
deepin-mozart committed Dec 19, 2023
1 parent 919b339 commit adfeb64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/templates/projects/python/console/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
def println(name):
print(name);

if __name__ == '__main__':
println("Hello Python");
println("Hello Python");

0 comments on commit adfeb64

Please sign in to comment.