Posts by Lucas • 25 points
6 posts
-
-1
votes2
answers77
viewsQ: How to delete repeated numbers within a Javascript array?
I’m a beginner in Javascript and wanted to overcome the doubt about how to delete repeated numbers within an array. The solution I want to create is to make: User type 10 numbers (without repeating)…
-
0
votes1
answer100
viewsQ: Create an Array with the numbers typed by the user
Hello, everyone. I’m a beginner in the study of Javascript and came across a problem that may be relatively simple. The question is this: I cannot get the numbers sent from the variable "num" to be…
-
0
votes1
answer34
viewsQ: Problem - CSS Animation
Hello, everyone. I’m a beginner in web development and wanted to solve a problem that might even be basic for some of you. In short, I can’t get VS code to compile this part of css code, more…
-
1
votes2
answers1434
viewsQ: How to make the user return the specified condition when the same type wrong?
In Python, when the user type a non-existent option, how do I ask him to type again one of the desired options? Make a program where the user can type several values and register them in a list. If…
-
0
votes2
answers85
viewsQ: How to make the user re-enter the numbers at the beginning of the program?
Create a program that calculates two values. (DONE) Ask if the user wants to know if the sum, subtraction, multplication or the average of the values. (DONE) Then tell if it is even or odd if the…
-
-2
votes1
answer481
viewsQ: Python script with a peculiar if and Else condition problem
Hello, gentlemen(the). I’m a beginner in programming and I’m learning Python. I wanted to ask a question about a program I created. The program must create a fully filled tuple with an extension…