Given this list:
nomes = [ " Paulo Ricardo " , " Fabio Junior " , " Roberto Carlos " ]
How do I create a new list by separating the first and last name and only adding the first name without the last name in this new list, using list compre...
I was developing an artificial intelligence program with neural networks, but what always made me embarrassed is that every time I open the program, it will have to repeat the whole course of learning to achieve the same result as before.
My...
I have the following HTML:
<select id="faturamento-mes-referencia">
<option value="1">Janeiro</option>
<option value="2">Fevereiro</option>
<option value="3">Março</option>
<option v...
But I can not stylize it to look like the image below. How do I do it? Will it be another tag ?
Itriedthisway:
p.acessorapido{
float: left;
width: 100%;
height: 38px;
max-width: 885px;
margin-top:...
When I make an inquiry this way the data is returned correctly (Currently 2 rows):
SELECT * FROM noticias ORDER BY data_noticia DESC LIMIT 30 OFFSET 2
But I need to know how many rows this query returns me so intuitively it would look like...
In my database, I have a Variable TP_CorRaca with values 0,1,2,3,4,5.
Each number corresponds to a color.
Example: 0 - White 1 - Black 2-brown ....
I want to make this match to use the lm ()
I have the following classes:
class Funcionario {
}
class Coordenador : Funcionario {
}
class Gerente : Funcionario {
}
At that point a Coordinator can become a Manager.
How to solve this?
Good Night, I'm a beginner in IT and I'm doing a basic python course, I have to implement the following:
Write a program that receives a sequence of integers ending with 0 and prints all values in reverse order. ** Note that 0 (ZERO) should n...
I have this function that brings me the day of the week:
public static String getWeek(String date){ //ex 07/03/2017
String dayWeek = "---";
GregorianCalendar gc = new GregorianCalendar();
try {
gc.setTime(new SimpleDateForm...
How to perform sum operations with really large numbers?
Numbers that can reach 50 or 1000 digits.
Do I need to install any library?
How to install this library on ubuntu?
Can you post an example of the code by adding the two values below?...