How to make IOI-style "implement this function" problems in Polygon? Can it be done in Python?

Revision en1, by Shisuko, 2024-11-17 13:07:26

In particular, ideally I would like to know how to do it "properly" such that if I ask them to implement two functions, then these two functions should not be able to send information to each other (such as through globals, for example)

Is this even possible in Python?

Thank you!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Shisuko 2024-11-17 13:07:26 381 Initial revision (published)