{}
CODE VISUALIZER
Master DSA, Python and C with step-by-step code visualization.
See it in action
CODE VISUALIZER
Master DSA, Python and C with step-by-step code visualization.
See it in action
run-icon
main.py
# Online Python compiler (interpreter) to run Python online. # Write Python 3 code in this online editor and run it. print("Try programiz.pro") # without multipliers - pure base i0 = 100 * (100 + 200) * (100 + 24) print (i0) # max resource + 31 i1 = 100 * (100 + 200 + 30) * (100 + 24) print (i1) # 5 pt, Resounance +30 in a different bucket i2 = 100 * (100 + 200) * (100 + 24 + 30) print (i2)
Output