base = 150 Level = 1 C = 1.25 XP = (1000 * Level) + 1000 -- ans = XP^C ans = ((150)(C)^(Level / C)) -- ans =(XP)(C)^(Level / C) print(ans)
To embed this project on your website, copy the following code and paste it into your website's HTML: