Comment imprimer bonjour en python
#python2
print 'hello'
#python3
print('hello')
Pinksheep
#python2
print 'hello'
#python3
print('hello')
for i in 1 - 10:
print("hi")