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
Does sum() function in Python converts the output into string? Or Is the return type of sum() is string??
arraylist
lists
python3
sum()
1 Voto
15 Respuestas
25th Aug 2020, 2:30 PM
_/`Juju`\_
Can we use a single quotation in string? I can, What are the situations?
python
0 Votos
3 Respuestas
11th Jul 2023, 4:29 PM
Monec
What is a string? Pls don't explain in the application's way because I didn't understand it
python
strings
2 Votos
11 Respuestas
10th Oct 2016, 8:25 PM
De Nomano Amedi
In Java, how can we concatenate integers using an object of type string?
concatenation
int
java
object
string
0 Votos
3 Respuestas
21st Sep 2021, 6:03 AM
Solus
How can I remove or change some determinated characters in a string?
characters
python
strings
0 Votos
3 Respuestas
2nd Sep 2017, 9:53 PM
Rhesus
Write as program which will remove any given character from given string?
beginner
programming
strings
0 Votos
1 Respuesta
11th Feb 2020, 11:56 AM
Arman Ansari
Can you have an input string print input of a previous string?
#python
#userimput
1 Voto
1 Respuesta
20th May 2022, 3:40 AM
Kelli
How to compare a single word of multi word string to another multi word string?
c
compare
strings
2 Votos
4 Respuestas
12th Sep 2020, 4:04 PM
Sneha Bisht
How do we get to know when any number we print is an integer or string?
strings
0 Votos
5 Respuestas
29th Aug 2021, 12:27 PM
RAHUL SHARMA
a java program to count the number of words in a string?
coding
freshers
interview
java
strings
1 Voto
2 Respuestas
7th Jan 2018, 6:22 PM
Sreerag Murali
How would I replace every occurrence of a letter expect for the frist and last ones in a string?
c#
0 Votos
13 Respuestas
23rd Oct 2019, 9:54 PM
Bobby Ma
how to check if there is "A1" sequence somwhere in string?
beginner
python
python3
0 Votos
1 Respuesta
15th Apr 2019, 2:07 PM
Bikal Shrestha
Is it possible to convert an integer into a raw string?
int
integer
python
raw-string
regular-expressions
string
type-conversion
0 Votos
1 Respuesta
20th Sep 2018, 12:42 PM
Rora
how can i perform this substraction operation using void function and string?
c
learning
programming
0 Votos
1 Respuesta
26th Apr 2020, 8:21 AM
Aarón Alva
Is there a more efficient way of adding a variable to a string?
python
strings
variables
1 Voto
2 Respuestas
13th May 2019, 12:22 PM
Akko Rishtar
How can i find the second index position of "," for example in a string?
strings
0 Votos
6 Respuestas
30th Aug 2018, 12:16 PM
Daniel
Is it possible to declare a C++ Variable that can contain an Intenger or a String?
c++
cplusplus
cpp
integer
string
4 Votos
6 Respuestas
28th Jul 2017, 7:32 PM
BwD//Felix Janetzki
How can you create a variable in java that can hold all data types or int and String?
java
variables
3 Votos
6 Respuestas
27th Apr 2020, 11:49 PM
Divine Darkey
How can I find the index of a back slash within a string?
python
0 Votos
1 Respuesta
30th May 2020, 7:09 PM
Jeremy Cruz
Hi, How do I add this sign - between a string? Please see my code below
2 Votos
7 Respuestas
18th Sep 2017, 9:39 PM
Sibusiso Mbambo
Which algorithm can I use for finding the palindrome and reverse of a string?
algorithm
1 Voto
2 Respuestas
19th Sep 2018, 4:25 PM
Krishna
Please, why will the data input from a user have a default data type of string?
javascript
1 Voto
5 Respuestas
7th May 2020, 5:30 PM
Kelechi Ikpo
What is a good way to convert character array of varying sizes to a string? (C++)
array
c
char
character
conversion
cpp
garbage
string
strings
to
0 Votos
4 Respuestas
31st Mar 2022, 8:48 PM
Seb TheS
Can someone give me a code to form palindrome from a string?
c++
palindrome
string
strings
0 Votos
2 Respuestas
14th Apr 2017, 7:25 AM
Deepak Gupta
is it possible to check if a digit exists in an integer without converting into string?
challenge
integers
python
python3
2 Votos
2 Respuestas
30th Jan 2022, 4:59 AM
cal
How to convert string to char to find what i have assign into that string?
java
1 Voto
4 Respuestas
31st Oct 2017, 8:02 AM
Maha Fatima Memon
[Ruby] Is there a way to check if there is a space in a string?
ruby
strings
0 Votos
3 Respuestas
29th Aug 2019, 10:53 PM
takeru
Is there any difference between String and string? If yes, what's the difference?
string
strings
1 Voto
2 Respuestas
26th Jan 2017, 1:45 PM
Kommoju Sunil Kumar
My question is I declare my name and i see in output using string?
c#
output
1 Voto
3 Respuestas
20th Feb 2017, 6:33 PM
Abdullah al faruk Raju
Will the getchar() function get only the first character if the user entres a string?
c
getchar()
1 Voto
3 Respuestas
29th Dec 2018, 3:57 PM
Konybud
If i create a method and i dont specify a type, will it be a String?
java
methods
0 Votos
6 Respuestas
18th Dec 2016, 11:39 PM
Andrés Alejandro Molina Rodriguez
How can I extract numbers in a linked list and store them into a string?
java
-1 Voto
3 Respuestas
24th Aug 2020, 4:37 AM
Azalea
In c++ why do we sometimes put /n inside double quotes along with the string?
c++
0 Votos
4 Respuestas
18th Feb 2017, 3:45 AM
Parth Kapadia
Is there a way to check if multiple entries in a list show up in a string? (Python)
python
1 Voto
4 Respuestas
1st Feb 2022, 1:39 AM
Matt Dahl
When using boolean operators in python, what is the point of using Unicode or "ASCII" in a string?
python3
1 Voto
5 Respuestas
16th Jun 2024, 2:01 AM
Byron
Could someone tell me the method we use to convert an integer into a string?
int
java
methods
strings
type-conversion
variables
0 Votos
1 Respuesta
14th May 2018, 9:57 AM
Ibaadi Jaya
Array of char is determined end by '\0' char. How about the string?
c#
strings
0 Votos
2 Respuestas
21st Feb 2017, 12:11 PM
Liêu Tấ T
Is there a way to pass a float from one variable to another variable of type string?
swift
type-conversion
0 Votos
5 Respuestas
29th Sep 2018, 7:56 AM
Gladys
I still don't get why we use triple quotations. Also what's doc string?
python
strings
0 Votos
2 Respuestas
28th Mar 2016, 9:20 PM
B.T
Why is the void data type used for the function if the output is a string?
c++
constants
0 Votos
5 Respuestas
2nd Aug 2016, 3:42 AM
Ian Dillon
Here the name takes any data type. How can I make sure it only accepts a string?
E
i
If
1 Voto
5 Respuestas
11th Nov 2017, 7:32 AM
Jyoti Kaurav
How to know if the first letter of a String is alphabetically greater than the first letter of another String?
comparing
java7
strings
2 Votos
4 Respuestas
16th Feb 2019, 9:45 PM
Leo Hunter
PLEASE HELP!! Is it possible to output my actual method (the code compiled) to a string?
c#,
methods
output
strings
0 Votos
4 Respuestas
14th Dec 2017, 3:09 PM
Stephen Brett
What is the correct syntax for selecting the first letter in a string? In php
php
0 Votos
3 Respuestas
14th Jun 2017, 10:17 PM
David Mason
Is the logic of my code correct in reversing string? Do I need some improvement in my code?
c
1 Voto
2 Respuestas
17th Aug 2022, 1:03 AM
EllaQueen
How can I tell this stupid JavaScript to take a float as the value in the prompt function not a string?
javascript
5 Votos
2 Respuestas
15th May 2019, 11:11 AM
//(AnOnYmOuS);
How to take an input of integer of which range is 1<n<10^100 as string?
programming
string
0 Votos
2 Respuestas
12th Mar 2017, 9:31 PM
Shahril Ahmed Siddiquee
Why same of both hashCode is same where both object creation is diffrent in string?
corejava
java
strings
1 Voto
1 Respuesta
30th Jul 2018, 7:13 PM
Ibney Ali
Why sys.ps1 & sys.ps2 are not defined? How to use smth similar for the prompt string?
py
0 Votos
2 Respuestas
25th Sep 2019, 8:41 AM
UraL
How to generate a random string (specified value) from a a specified string? e.g let 'hello' be random
random
0 Votos
3 Respuestas
21st Oct 2020, 8:52 PM
Keegan Sichone
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
6
7
8
Siguiente >
En tendencia hoy
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Uuu
1 Votes