Let us first see how to use the “typeof()” function to check the data type. Code: #checking data type print(typeof(a)) print(typeof(b)) print( ...
確定! 回上一頁