Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
How can i do a Student regestration In C++ with Strings?
c++
help
strings
1 Voto
21 Respuestas
18th Sep 2018, 2:59 PM
Drowned Darkness The not so silent Gamer Queen
When would you ever have to compare strings?
python
1 Voto
4 Respuestas
14th Jan 2017, 8:29 PM
Karl
Why does this code work with integers but not with strings?
in
int
list
string
9 Votos
5 Respuestas
19th Mar 2019, 3:30 PM
🍇 Alex Tușinean 💜
What is c_str and data functions in strings?
string
2 Votos
1 Respuesta
8th Mar 2022, 12:38 AM
Melissa Akli
How to make an array of strings?
arrays
c++
cpp
strings
0 Votos
1 Respuesta
14th Jul 2018, 9:31 PM
Ricardo Natera
How to write the number's degree in python strings?
math
python3
strings
1 Voto
7 Respuestas
17th May 2017, 6:50 AM
Uktam Khamidov
Please tell me how to put space between strings?
python
strings
0 Votos
6 Respuestas
14th Feb 2019, 12:45 PM
Shumpei Sori
How to get first 10 letters of a strings?
java
3 Votos
5 Respuestas
29th Dec 2017, 3:42 AM
Shahed Mohammad Hridoy
How do I use JOptionPane for Strings?
dialog
If
input
name
programming
string
0 Votos
1 Respuesta
17th Jun 2017, 9:36 AM
Julien Best
The numbers in quotes is supposed to be strings?
python
strings
0 Votos
6 Respuestas
28th Jun 2016, 3:03 AM
Akash Desarda
How to implement selection sort in list where list elements are strings?
lists
python
python3
strings
6 Votos
4 Respuestas
19th Dec 2018, 1:47 PM
Mara
Does the input function always takes inputs as strings?
input
phython
1 Voto
2 Respuestas
26th Jan 2020, 3:41 PM
Hzkel
why dont you use endl; when printing strings?
c++
data-types
0 Votos
3 Respuestas
17th Jan 2017, 7:53 AM
jonathin
Why does the phython console not display strings?
not
strings
working
0 Votos
1 Respuesta
24th Aug 2018, 4:58 PM
Matty Patty
What is the correct way to implement dynamic strings?
c
realloc
0 Votos
3 Respuestas
9th Oct 2018, 10:42 PM
O A T S
Can we predict List as an array of Strings?
array
lists
strings
0 Votos
4 Respuestas
27th Dec 2017, 6:12 AM
Devika
Simple input number + list programme, but how to use strings?
input
lists
output
python
1 Voto
9 Respuestas
20th Jul 2017, 8:01 PM
Russell Dyson
How does the following program work? How does max(list) and min(list) work with strings?
lists
python
11 Votos
6 Respuestas
21st Jun 2019, 6:55 AM
SWETA X
Is there an equivalent of the switch function, but for strings?
c
strings
switch
1 Voto
4 Respuestas
25th Nov 2020, 11:02 PM
Nemanja Boskovic
How to write in the file 2,3 etc. strings?
files
python
0 Votos
3 Respuestas
2nd Jul 2017, 12:43 PM
Timka
C++ How do I use if and else with strings?
c++
cin
else
If
strings
0 Votos
4 Respuestas
15th Dec 2016, 9:25 PM
Krzysztof P.
Is a line a single string or a set of strings?
string
1 Voto
3 Respuestas
16th Jul 2018, 12:08 PM
Dhrubajyoti Mandal
What is the equivalent to function (method) "length" in java Strings?
strings
1 Voto
2 Respuestas
2nd Aug 2020, 3:46 AM
Adriel Mederos
[✅SOLVED✅] How does max() act on a list of strings?
lists
max
python
python3
string
1 Voto
2 Respuestas
6th Oct 2017, 3:20 PM
LunarCoffee
What is the difference between single and double quoted strings?
python
strings
0 Votos
3 Respuestas
13th Jan 2017, 6:00 AM
rukon
What is the difference between single quote strings and double quote strings?
strings
0 Votos
4 Respuestas
9th Aug 2020, 7:43 AM
Favour Kanyike
How to user the Random class with strings? (import java.util.Random)
java
2 Votos
1 Respuesta
12th Mar 2017, 6:41 AM
nwytg
How to get space while we add two strings? Example: print( "HELLO"+"FREINDS").
print
1 Voto
3 Respuestas
11th Jul 2018, 8:31 AM
Bhavya Pawar
When do we use size_t data type and npos in c++ strings?
c++
0 Votos
2 Respuestas
20th Jan 2021, 2:05 PM
TeaserCode
What's the difference between single quotes and double quotes in strings?
python
strings
1 Voto
2 Respuestas
11th Nov 2017, 6:07 AM
Pooja Lakshmi
What function should i use for comparing the last 3 characters of strings?
string
structure
0 Votos
3 Respuestas
18th Dec 2018, 5:24 PM
Lilit
Why the function gets() in C more appropriate than fgets() to handle strings?
c
0 Votos
2 Respuestas
2nd Jun 2020, 2:51 PM
Mic_2020_1_Luz_Pereira
Does it mean that print can be used to concatenate strings?
print
strings
0 Votos
2 Respuestas
26th Mar 2017, 10:14 PM
Chinonso Nwosu
Is there any method or package to convert number to strings?
python3
0 Votos
1 Respuesta
14th Sep 2020, 12:33 PM
Jeevan Manjunath Naik
JS. How do you add input type " number" as a number _ and avoid strings?
+
+=
add
how?
html
input
javascript
number
string
0 Votos
10 Respuestas
19th Jul 2019, 3:54 AM
Ginfio
How to split one column into two in python? and how to do the same with strings?
python
table
tkinter
1 Voto
7 Respuestas
14th May 2023, 4:55 AM
Дмитрий Бендин
Why is my output a list of characters instead of a list of strings?
enumerate
indices
lists
python
strings
1 Voto
2 Respuestas
8th Mar 2020, 5:29 PM
Conor
Can you use switch statements with strings? If so a do I achieve that?
strings
switch
2 Votos
2 Respuestas
31st May 2017, 10:05 AM
Yehx H.
How does the split method work for strings? Please provide a simple example or more. Thank you
java
1 Voto
4 Respuestas
14th Mar 2020, 8:45 AM
Alex Schmidt
instances for double quotes strings
double
for
instance
quotes
strings?
0 Votos
7 Respuestas
20th Dec 2019, 2:03 AM
Kenzhin Takezhi
Java converter. How to change the encoding of a strings? Java 1.7 (Java N-IDE for ANDROID) или решаем проблему с кракозябликами
encoding
java
russian
utf-8
1 Voto
5 Respuestas
14th Dec 2019, 1:25 AM
Виктор Потоцкий
Why when I enter data by "prompt" and want to add it add up as text strings?
javascript
strings
supernoob
0 Votos
2 Respuestas
12th Jul 2020, 2:57 PM
Sam Vásquez
What does r"\w" mean and how do backslashes work in raw strings? Can I use another letter apart from w?
python
strings
1 Voto
4 Respuestas
11th Feb 2023, 7:48 AM
Olamilekan Alexander Fasanya
What data-type are mathematical operators such as +, -, *, and //? Does python consider these strings?
data-types
1 Voto
1 Respuesta
2nd Jan 2019, 3:00 PM
EconPilot
Does the str() function in Python will take all types of objects as parameters or only the Strings?
python
3 Votos
1 Respuesta
25th Nov 2017, 2:43 AM
sai chander
Can map be used in strings? Do I have to split a string in order to search and replace elements from it?
javascript
js
1 Voto
3 Respuestas
19th Apr 2020, 7:26 PM
Sajid
I may be stupid for this,but what is a float, input, and strings? I'm a beginner so it doesn't quite click yet. Thanks!
beginner
python3
4 Votos
4 Respuestas
5th Feb 2017, 3:53 AM
PaperGami T.
How do I write a sequence of numbers so I can define them as var's and use those var's to call strings?
javascript
0 Votos
2 Respuestas
16th Apr 2019, 6:13 PM
Jake Serrano
[SOLVED] How is it 0 here? I thought it must be 1 cause they look the same each other. Is the problem length of the strings?
c++
cpp
output
string
0 Votos
2 Respuestas
11th Sep 2021, 10:37 PM
mesarthim
Haz una pregunta
Haz una pregunta
< Anterior
1
2
Siguiente >
En tendencia hoy
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
Why text takes time to load
1 Votes
What is late happening in late binding
1 Votes
Digital currency
1 Votes
Did You resolve Calculating The Discount?
0 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes
Why my code closes when i choose a border and submit?
0 Votes