Python Coding (@clcoding) 's Twitter Profile
Python Coding

@clcoding

Learn #python tips and tricks with code I AI community partners. t.me/pythonclcoding For Promotion reach us Email: [email protected]

ID: 1322566336367636482

linkhttps://whatsapp.com/channel/0029Va5BbiT9xVJXygonSX0G calendar_today31-10-2020 15:49:39

10,10K Tweet

451,451K Followers

66 Following

Python Coding (@clcoding) 's Twitter Profile Photo

What will be the output of the following Python code? def halve_middle(nums): nums[1] /= 2 a = [8, 16, 24] halve_middle(a) print(a)