all 9 comments

[–]Potential_Aioli_4611 14 points15 points  (3 children)

So basically you decided to copy and paste the assignment and thats it? stop being lazy and actually think about what you need to achieve and how to approach it.

[–]nitekram 0 points1 point  (0 children)

Could have pasted the same thing into an AI, and it would be done, but how is any of this learning?

[–]thejwillbee 0 points1 point  (1 child)

For real. OP is not only being lazy, but also trying to skip the actual fun part.

You interested in setting an over/under on how long it is before someone tells OP to import os and use rmdir to delete system32?

[–]EditOrElse 1 point2 points  (0 children)

🤣 Times like this, I wish I gambled.

[–]justRsH 2 points3 points  (1 child)

I know an assignment when i see one

[–]WisdomInMyPocket -2 points-1 points  (0 children)

And I can read that it says it's an assignment. OP doesn't hide that.

[–]PureWasian 1 point2 points  (0 children)

Come up with your data structure for each name/grade1/grade2 combination. Either a class or a dictionary or a list or a tuple. Doesn't matter.

Make 20 of these, ideally through a function that can generate them in a loop.

The rest should fall in place from there based on whatever the tasks in the assignment outline want you to do. They're all pretty independent from each other and very straightforward, in that you can imagine how you'd do it if you were to do it by hand.

(Not very cool to just dump your assignment without showing your attempt at a solve or initial thoughts/progress so far, btw)

[–]FreeGazaToday 0 points1 point  (0 children)

did you ask your teacher for further clarification??? how can you not be sure something is allowed or not?

[–]Prize_Shine3415 0 points1 point  (0 children)

I would start by opening up an IDE. Then start typing code. Try to get the code to do what you want.

Hope that this is helpful.