fixed missin parentheses

This commit is contained in:
Paul Maier 2021-12-10 10:59:29 +01:00
parent 68f030a743
commit ceb3067d41

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python3
print "hello"
print ("hello")