Posts by JEI VI • 1 point
2 posts
-
-1
votes2
answers66
viewsQ: Problems with import and from/import command
I have a problem with my show. When I type "from Math import sqrt (or anything else", the Math library is not recognized by pycharm. Follows the code: from math import sqrt n = int(input('Digite um…
-
-3
votes2
answers95
viewsQ: How to store value in a variable and return its primitive type and other information
I need to make a program that reads something on the keyboard and shows on the screen its primitive type and all possible information about it. I’m still developing the code. But I’ve already…