mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-13 20:56:54 +01:00
Rework of module 03
This commit is contained in:
@@ -83,10 +83,19 @@ def comprehension_tester(
|
||||
try:
|
||||
print("=== game Analytics Dashboard ===\n")
|
||||
list_comprehension_example(data)
|
||||
except Exception as err:
|
||||
print(err)
|
||||
try:
|
||||
print()
|
||||
dict_comprehension_example(data)
|
||||
except Exception as err:
|
||||
print(err)
|
||||
try:
|
||||
print()
|
||||
set_comprehension_example(data)
|
||||
except Exception as err:
|
||||
print(err)
|
||||
try:
|
||||
print()
|
||||
combined_analysis(data)
|
||||
except Exception as err:
|
||||
|
||||
Reference in New Issue
Block a user