I notice that I can do things like 2 << 5 to get 64 and 1000 >> 2 to get 250.
2 << 5
1000 >> 2
Also I can use >> in pri
>>
pri
<< Mean any given number will be multiply by 2the power for exp:- 2<<2=2*2'1=4 6<<2'4=6*2*2*2*2*2=64