codice:
from __future__ import print_function
a=15
b=2
c=5
print(a,b,c,sep='')

Ciao