A program to demonstrate integer data type in Python. var1 = 100. print ( 'Type of var1: ' , type (var1)). var2 = - 987. print ( 'Type of var2: ' , type ...
確定! 回上一頁