hackerrank.com
Practice<Python<Built-Ins<Input()
건이두
2019. 3. 20. 13:14
728x90
Input()
Problem link : https://www.hackerrank.com/challenges/input/problem?h_r=next-challenge&h_v=zen
Difficulty : Easy
Tip
- you already know input()
- The key is to understand eval()
- we describe python code into python string
- we can run the python code, if we give the string to eval() function
Solution
728x90