fork 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 9204KB
stdin
Василий
13.5
8
stdout
Привет, name,з schoolclass!Тебе 13.5 лет? Давай дружить!