comment centrer un python de chaîne
x = "Hello world"
print(x.center(30))
dunk shot enthusiast
x = "Hello world"
print(x.center(30))