A
Q. How can you convert a string `'123'` to an integer in Python?
Code:
s = '123'
- Correct Answer - Option(A)
- Views: 24
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.