In python if you want to sqaure an int you have to put ** but in java you put ^; But python didn't give me an error when I did ^ in my code
It just gave me something with no pattern can anyone explain what happens when you use ^ in python? enter image description here