0 0 Pavanagg Asked: July 27, 20222022-07-27T22:22:45+05:30 2022-07-27T22:22:45+05:30In: Python Predict the output of the following code x = 4 … 0 0 Predict the output of the following code x = 4 y = 11 p = 5.0 ans = x**(y % p) print(ans) A. 4 B. 4.0 C. 5 D. 4.1 python for data science Share Facebook 1 Answer Voted Oldest Recent ADMIN 2 2022-07-27T22:29:54+05:30Added an answer on July 27, 2022 at 10:29 pm OUTPUT: 4.0 . So, option B is correct. Leave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
OUTPUT: 4.0 .
So, option B is correct.