TLDR: Petri nets introduce the concept of a token, which can be in more than one state at the same time. As opposed to a state diagram where you can be in only one state at the same time.
1. The Basic Stuff
Here's what we're working with:
⭕ Places (circles) - like variables that can hold multiple tokens
▢ Transitions (rectangles) - like functions that do stuff
→ Arrows - show how stuff moves around
2. Why They're Cool
Remember how in state diagrams you can only be in one state at a time? Well, Petri nets let you be in multiple states at once.
3. Printer Example
Two processes fighting over one printer. In a state diagram, this would be messy. In a Petri net, it's piece of cake!