Posts by Alexandre Cardoso • 1 point
2 posts
-
-2
votes4
answers3044
viewsQ: Problem using Setlocale in C
Hey, guys, good morning. I’m starting in C programming (I come from Python and Javascript). I have a problem using the setLocale function, which defines the type of language used, allowing the use…
-
-2
votes1
answer523
viewsQ: Structure of Repetition in Python
I need to solve the following equation in Python N is an integer and positive value. Calculate and show the value of E according to the following formula: E = 1 + 1/1! + 1/2! + 1/3! + ... + 1/N! My…