12 lines
110 B
Python
12 lines
110 B
Python
#!/usr/bin/python
|
|
# coding: utf-8
|
|
|
|
#import pr3
|
|
|
|
import sys
|
|
from pr3 import *
|
|
|
|
truc = sys.argv[1]
|
|
|
|
pr3nt(truc)
|