QUESTION 21 What must be done in order to concatenate a string and a float object? Nothing can be done, as the two data
Posted: Sun May 15, 2022 8:12 am
QUESTION 21 What must be done in order to concatenate a string and a float object? Nothing can be done, as the two data types cannot be converted to a compatible type. The string object must be converted to a float object via the float() function. The float object must be converted to an integer object via the int() function. The float object must be converted to a string object via the str() function. QUESTION 22 What is the name of the standard GUI module for Python? O tkinter PyQ15 breezypythongui Kivy