pyton print hello world fix

This commit is contained in:
s407323 2019-04-26 13:51:58 +02:00
parent 4f9da283e7
commit 0496bbfde9

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
print 'Hello, world!'
import numpy, pandas
print ('Hello, world!')