python 可以做出基本的甚至複雜的運算(用迴圈)以及一些字串或數字的顯示
不管加減乘除都可以
普遍的像是: 1+1=2 , 4*4=16 , 4**4=256(a**b=為a的b次方) , 7/2=3.5 , 7//2=3(除法取整數)
7%2=1(取餘數)等等
Copyright © All rights reserved | This template is made with by Colorlib