Skip to content

Commit add9206

Browse files
committed
Clean up python example code
1 parent 39b4360 commit add9206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blog_professional/_posts/2021-03-30-include-python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ Where it is going is that we're going to shove the C++ raw string literal syntax
5252
```python
5353
R"delimiter(" # allows us to #include this script into C++ source
5454

55-
import antigravity
5655
import sys
5756

5857
# doing all my normal python stuff
5958

6059
def greet(who):
61-
print( "hello world", who )
60+
print( "hello", who )
6261

6362
if __name__ == '__main__':
6463

0 commit comments

Comments
 (0)