fork download
  1. str1="hello"
  2. str2="everybody"
  3. num=8
  4. c=str1+str2*num
  5. print(c)
Success #stdin #stdout 0.13s 14008KB
stdin
Standard input is empty
stdout
helloeverybodyeverybodyeverybodyeverybodyeverybodyeverybodyeverybodyeverybody