fork download
  1.  
  2. import random
  3.  
  4. x = "ЭМИ"
  5.  
  6. for i in range(6) :
  7. u = random.randint(15, 70)
  8. print( ' - ', x, ' - ', u, ' - ')
  9.  
Success #stdin #stdout 0.12s 14328KB
stdin
Standard input is empty
stdout
 -  ЭМИ  -  68  - 
 -  ЭМИ  -  21  - 
 -  ЭМИ  -  27  - 
 -  ЭМИ  -  50  - 
 -  ЭМИ  -  17  - 
 -  ЭМИ  -  20  -