Q11. What Will Be

Write the modules that will be required to be imported to execute the following code in Python. def main( ): ... 2.Which string method is used to implement the following: ... function is used to convert a fractional number into whole as the nearest next whereas the floor() is used to convert to the nearest lower whole number. E.g. round(5.8 ... ................
................