soucet_bodu #70

Merged
ledoian merged 2 commits from soucet_bodu into master 2024-11-05 22:27:55 +01:00
Owner
No description provided.
om added 2 commits 2024-11-05 22:22:22 +01:00
ledoian reviewed 2024-11-05 22:26:19 +01:00
@ -356,0 +355,4 @@
suma_bodu = 0
hodnoceni = list(hodnoceni)
for i in hodnoceni :
if i.body != None : suma_bodu += i.body
Owner

Jen poznámka: None je lepší porovnávat pomocí is (resp. is not): if i.body is not None: ...

(Je to běžnější kód a možná lehce rychlejší)

Jen poznámka: `None` je lepší porovnávat pomocí `is` (resp. `is not`): `if i.body is not None: ...` (Je to běžnější kód a možná lehce rychlejší)
ledoian merged commit 502588fd3a into master 2024-11-05 22:27:55 +01:00
ledoian deleted branch soucet_bodu 2024-11-05 22:27:55 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mam/mamweb#70
No description provided.