17. W hat would the following code do : X = Y = 7 ? sa 11 cs chapter 6, sa 11 ip chapter 3, Uncategorized / PythonCSIP CS IP It will assign 7 to both X and Y. 17. W hat would the following code do : X = Y = 7 ? Read More »
7. W hich of these is not a legal numeric type in Python ? (a) int ( b ) float (c) decimal. sa 11 cs chapter 6, sa 11 ip chapter 3, Uncategorized / PythonCSIP CS IP decimal is not a legal numeric type in python. 7. W hich of these is not a legal numeric type in Python ? (a) int ( b ) float (c) decimal. Read More »