Shashank G
Results
1
issues of
Shashank G
Using type conversion operators such as int() or str() is not taken into account when assigning type information to variables. For eg ``` import math def main(): a = int(input())...
bug