random choice example

This commit is contained in:
Mert Gör ☭ 2023-05-29 15:40:11 +03:00
parent 3865cc4d9a
commit 4143660cb4
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import random
for i in range(10):
print(random.choice('istanbul'), end = ' ')