Sesiones de PyR
Python question
0 Votos
1 RespuestaPlease explain.
0 Votos
2 RespuestasNested list in python
0 Votos
2 RespuestasWhen I enter two numbers the sum is displayed.. but when I input character as yes not y... Then it goes into an infinite loop... can anyone explain why?
int a,b;
char ch;
do
{
cout<<"Enter two numbers: ";
cin>>a>>b;
cout<<"The sum is "<<a+b
<<"\nDo you want to try again (y/n): ";
cin>>ch;
}while(ch=='Y'||ch=='y');
0 Votos
4 RespuestasDynamic DataType
1 Voto
1 RespuestaCode help
0 Votos
1 RespuestaYou shall write a program that reads, from standard input, an arbitrary number of case-insensitive card descriptions, the totality of which shall be considered a hand. When standard input is exhausted, the program shall print one line to standard output describing the value of the hand. The program shall generate no other output.
0 Votos
3 RespuestasHelp me with code please
0 Votos
1 RespuestaEn tendencia hoy
Is this realistic enough?
1 Votes
Need friends
0 Votes
Python
1 Votes
Web Development
0 Votes