Ask Question
25 March, 08:45

Try to answer the following question without running the code in Python: If we run the following line: y = int (3 * '4') what is the value of $y$?

+2
Answers (1)
  1. 25 March, 08:58
    0
    444.

    Step-by-step explanation:

    The '4' is considered to be a string so if you print y you would get 444. The int means 'integral, (I believe).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Try to answer the following question without running the code in Python: If we run the following line: y = int (3 * '4') what is the value ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers