Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Random_group
Ce repository est pour un TP
D'accord Mr et merci pour le travail donné ça m'aide à bien comprendre le Git & Github.
Binary file added __pycache__/random.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion random.py → random_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#then we remove data already randomize in our list, but the complexity is high for this little program
for element in random_list:
ma_list.remove(element)
print("Goupe N°:",groupe)
print(f"Goupe N°:{groupe}")#utilisation de f-string
#and we finally print our randomized list
print(random_list)
print("______________________________")
Expand Down