Posts by Henrique FH • 69 points
3 posts
-
-2
votes0
answers36
viewsQ: division by 1/value
I’m doing some work that needs complex mathematical equations. And I’m having a problem early on, when I try to do the 1/result split, the answer is always 0,000. I have tried using double, float,…
-
1
votes1
answer71
viewsQ: How to add a value key to a dictionary?
I want to add terms to an organized dictionary-like glossary, requested by an activity, but I’m getting an error message that I can’t identify why. glossario = { 'concatenar': 'Concatenar é a junção…
-
5
votes2
answers81
viewsQ: Compare two lists without interference of upper and lower case letters
I want to develop a log-in system where it does not allow new users to have the same names already used by other registered users, but I’m having a problem in case of upper and lower case letters…