GarbageTruck #10

Merged
s473616 merged 3 commits from s464933-patch-1 into master 2023-03-26 21:13:50 +02:00
Collaborator
No description provided.
s464933 added 1 commit 2023-03-26 20:17:19 +02:00
s473616 requested changes 2023-03-26 20:22:49 +02:00
garbageTruck.py Outdated
@ -0,0 +1,33 @@
from typing import List
class garbageTruck:
Owner

możesz używać Pascal Case do nazywania klas? Czyli w naszym wypadku "GarbageTruck"

możesz używać Pascal Case do nazywania klas? Czyli w naszym wypadku "GarbageTruck"
s473616 marked this conversation as resolved
garbageTruck.py Outdated
@ -0,0 +1,33 @@
from typing import List
class garbageTruck:
position: List[int, int]
Owner

Tuple zamiast List?

Tuple zamiast List?
s473616 marked this conversation as resolved
garbageTruck.py Outdated
@ -0,0 +2,4 @@
class garbageTruck:
position: List[int, int]
paper: []
Owner

Typ listy: RecognizedGarbage

Typ listy: RecognizedGarbage
Owner

chodzi o to, żeby listy śmieci były typowane, czyli np. paper: List[RecognizedGarbage], tak dla wszystkich list

chodzi o to, żeby listy śmieci były typowane, czyli np. paper: List[RecognizedGarbage], tak dla wszystkich list
s464933 changed title from garbageTruck to GarbageTruck 2023-03-26 20:48:30 +02:00
s464933 added 1 commit 2023-03-26 20:58:44 +02:00
s464933 added 1 commit 2023-03-26 21:13:06 +02:00
s473616 approved these changes 2023-03-26 21:13:42 +02:00
s473616 merged commit 8501e7e7b4 into master 2023-03-26 21:13:50 +02:00
Sign in to join this conversation.
No reviewers
No Label
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: s473616/sztuczna_inteligencja_2023_smieciarka#10
No description provided.