Quick actions

cmd+k|ctrl+k

Navigation

Languages

Operator Precedence

Snippet info

Language

Python

Visibility

public

Author

cslxuser

Created

2025-03-15T11:03:06.632637Z

Updated

2025-03-15T11:03:06.632637Z

#Operator preceedence - kolejność wykonywania działań

# kolejność
#()
#**
#3 * /
# + -
INFO