pyton print hello world fix
This commit is contained in:
parent
4f9da283e7
commit
0496bbfde9
@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
print 'Hello, world!'
|
||||
import numpy, pandas
|
||||
|
||||
print ('Hello, world!')
|
||||
|
Loading…
Reference in New Issue
Block a user