0
Find the output of the given code in python a=9.0/4.0 b="hi" *3
plzz give answer fast
3 Respostas
+ 1
The answer is no output.
https://code.sololearn.com/cwCCh894CLWn/#py
+ 1
You know that to find the output of a code, you can just run it, right?
Before you ask any question here, please first check if you can find the answer yourself (by searching the web, searching for questions already asked before etc.). If you are still unsure, feel free to ask a question.
+ 1
kunal ,
You are not getting output because you have dictated what the code should output.
Use print()