roboratorium

dialog z Ai

Mar 27th, 2025 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | Source Code | 0 0
  1. print('Podaj swoj nick')
  2. nick = io.read()
  3. print('Ile masz lat?')
  4. wiek = io.read()
  5. print('Two ulubiony zespol?')
  6. lubi = io.read()
  7. textutils.slowPrint('Czesc, ' .. nick)
  8. textutils.slowPrint('Masz, ' .. wiek)
  9. textutils.slowPrint('Twoj ulubiony zespol nazywa sie: ' .. lubi)
  10.  
Advertisement
Add Comment
Please, Sign In to add comment