Skip to content

Commit

Permalink
files renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
scoutjohn committed Nov 18, 2024
1 parent b65536d commit 1c0f246
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 2 additions & 4 deletions Hello.py → KeywordList.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import keyword
from array import array


def hello():
print("hello")
def list_keywords():
print(keyword.kwlist)

if __name__ == '__main__':
hello()
list_keywords()

0 comments on commit 1c0f246

Please sign in to comment.