We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Built-Ins
- Python Evaluation
- Discussions
Python Evaluation
Python Evaluation
Sort by
recency
|
241 Discussions
|
Please Login in order to post a comment
print(eval(input()[5:]))
One line solution:
eval(input()) `