Skip to content

Commit

Permalink
Add code for Interacting With Python tutorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-martin committed Oct 25, 2024
1 parent 565dfd1 commit b206b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interacting-with-python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Interacting With Python

This folder provides the code examples for the article [Interacting With Python](https://realpython.com/interacting-with-python/).
4 changes: 4 additions & 0 deletions interacting-with-python/hello.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
greeting = "Hello, World!"
print(greeting)
print("Printing from a file.")

0 comments on commit b206b2f

Please sign in to comment.