7 lines
94 B
Python
7 lines
94 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
import numpy, pandas
|
|
|
|
print ('Hello, world!')
|