Advertisement
KonstantinMurzaev

Untitled

Nov 11th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. grinning_row = ['Ухмыляюсь', 'Grinning', 2.26]
  2.  
  3. print(grinning_row)
  4.  
  5. beaming = ['Сияю от радости', 'Beaming', 19.1]
  6.  
  7. print(beaming)
  8.  
  9. rofl = ['Катаюсь от смеха', 25.6]
  10.  
  11. print(rofl)
  12.  
  13. tears_of_joy = ['Слёзы радости', 'Tears of joy', 233]
  14.  
  15. print(tears_of_joy)
  16.  
  17. winking = ['Подмигиваю', 'Winking', 15.2]
  18.  
  19. print(winking)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement