fork(2) download
  1. # your code goes here
  2. name=input()
  3. age=input()
  4. schoolclass=input()
  5. print('Привет,'+' '+name+','+' '+'з'+' '+schoolclass+'!'+' '+'Тебе'+' '+age+' '+'лет?'+' ' + 'Давай'+' '+'дружить!')
Success #stdin #stdout 0.02s 9160KB
stdin
Василий
13.5
8
stdout
Привет, Василий, з 8! Тебе 13.5 лет? Давай дружить!