What will be the output of the following expression in Python 3.4 shell?
'-6.34'.zfill(7)
Correct Answer: '-006.34‘
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Python MCQ Questions
Python MCQs | Topic-wise