Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
I need to insert 0 after k times 1 using REGEX. n,k=map(int, input ().split());l=input ().strip() print(sub(f'1{k}',????
python3
regular-expressions
2 Votos
17 Respostas
5th Jun 2020, 8:34 AM
Levi
Is 000 armstrong...number..?
k
0 Voto
3 Respostas
5th Jun 2018, 11:32 AM
Selva Raj
How to learn android app development?
k
1 Voto
2 Respostas
11th Jul 2018, 8:45 PM
Pardeep Singh
Subtracting all the elememts in an array by X digit for K number of times
arrays
1 Voto
5 Respostas
5th May 2022, 7:19 AM
Codebeforechill
Write a function that, given an array A of N integers, returns the largest integer K > 0 such that both values K and -K exist in
python3
1 Voto
2 Respostas
27th Jul 2021, 10:45 AM
Gouri Shinde
How to add links
k
0 Voto
2 Respostas
15th Sep 2021, 10:42 AM
Amarthya Ram
Introduction to graphical user interface
k
0 Voto
2 Respostas
16th Sep 2022, 2:34 PM
Ikato Yeptho
Printing all characters that appear at least k times in a string
arrays
c
count
string
1 Voto
2 Respostas
21st Sep 2019, 12:38 PM
Ledio Deda
[challenge] minimum moves to make array[i] - array[j] equal to K
algorithms
0 Voto
2 Respostas
19th Jun 2018, 7:24 AM
Momo Belia
Challenge : print all the possible way to split a list in k chunks
challenges
4 Votos
9 Respostas
20th Jan 2018, 2:31 PM
VcC
Java
k
0 Voto
2 Respostas
10th Aug 2018, 5:58 AM
Algen Ammad
Can Sololearn give everything you need to k ow about c#
c#
0 Voto
2 Respostas
10th Apr 2020, 11:06 AM
Iroko Marvellous
Alguien sabe de alguna aplicación o programa para crear videojuegos que sea totalmente gratis?
k
-1 Voto
2 Respostas
23rd Jun 2021, 5:43 PM
Fabian David Rodríguez Martinez
Question on css
k
1 Voto
1 Resposta
29th Apr 2019, 7:02 PM
joshua
What is meaning decode
k
1 Voto
2 Respostas
2nd Jul 2017, 3:13 PM
katti
Why are we incrementing a variable k in a two dimensional array l
whyk++?
0 Voto
4 Respostas
19th Aug 2018, 5:12 PM
Shivyaaa
Write a program that will convert temperature from Celsius(C) to Fahrenheit(F) or kelvin(K),from F to K or C, from K to F or C
c++
0 Voto
1 Resposta
5th Dec 2016, 11:15 AM
ABDULJABBAR
What should be the value of i and k at the end of the following program segments?
c
0 Voto
18 Respostas
25th May 2018, 11:05 AM
SHIV RATAN VISHWAKARMA
Intermediate Python 10.0 Given a string as input, you need to output how many times each letter appears in the string.
k
-1 Voto
1 Resposta
23rd Sep 2021, 8:56 AM
Nikam Anant Shivaji
Is string is a data type in c# language. If anyone know it plz clear my confusen
k
-2 Votos
2 Respostas
22nd May 2021, 1:55 AM
Kamal Shakya
MinMaxDivision(Divide array A into K blocks and minimize the largest sum of any block.)
java
minmaxdivision
3 Votos
3 Respostas
9th Jan 2018, 2:07 PM
King David
I am.in 2nd year and computer science and i love to programing
k
0 Voto
1 Resposta
4th Oct 2017, 7:23 PM
Owais Khan
why cant we operate a byte variable with a constant?
k
0 Voto
1 Resposta
1st Feb 2017, 11:16 PM
puneet pal
Full concept of return(0), return
k
0 Voto
1 Resposta
18th Aug 2017, 1:09 PM
pandian
Use the binary heap to return the k elements from largest to smallest
java
1 Voto
2 Respostas
3rd Nov 2018, 7:48 PM
Tuyen Pham
K friends want to meet in a city. Find the smallest amoutn of gas they need.
c++
dijkstra
2 Votos
5 Respostas
2nd Feb 2020, 1:42 PM
Stefan Secrieru
I=j=k=1; ++i || ++j && ++k why does it increment only, and not j and k
c
c++
operator-precedence
operators
0 Voto
6 Respostas
10th Nov 2019, 11:35 AM
Sandeep Sood
I=j=k=1; ++i || ++j && ++k why does it increment i only, and not j and k
c
c++
operator-precedence
operators
0 Voto
7 Respostas
10th Nov 2019, 11:36 AM
Sandeep Sood
Is it mandatory that I will k NJ of math to become a software engineer?
python
sololearn
1 Voto
2 Respostas
9th May 2019, 9:19 PM
Henry Monday
Java or php sikhne k liye konsi language ka.base clear hona chahiye ???
java
php
-2 Votos
2 Respostas
30th Jan 2021, 12:49 PM
Parth Patil
K = 2 List = '1001101100011' result = re.findall(f'1{k}',List) I'm not getting output ? Can you help
python
regex
0 Voto
5 Respostas
1st May 2021, 7:20 AM
Levi
In Python, How to find the start and end indices of the matching string K in the original string S?
python3
2 Votos
7 Respostas
12th Jun 2020, 4:10 PM
roja ch
Programming k liye ko so software use karni hoti h laptop pr...m the new student...plzz help me
java
-2 Votos
7 Respostas
17th Mar 2017, 7:53 PM
cafi
In the "toInteger()" methode , why the output of k is always a random number ??? I don't understand
help
java
plz
1 Voto
4 Respostas
16th Mar 2021, 5:25 PM
Mugiwara boy
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 Voto
4 Respostas
2nd Oct 2020, 10:00 AM
Kumar Shubham
Что надо написать вместо многоточия, чтобы вывести элементы массива X из Nэлементов в обратном порядке? for k in range(N): print
nэлементов
python
x
в
вместо
вывести
из
используйте
массива
многоточия,
надо
написать
не
обратном
ответе
порядке?
пробелы
что
чтобы
элементы
0 Voto
2 Respostas
8th Apr 2018, 12:22 PM
Валерия
Hello! Help solve the problem : Enter a string, cut out 3 letters (for example : book -> k )
cpp
0 Voto
4 Respostas
17th Nov 2020, 10:48 AM
Plutos
How to remove consecutive character from a string which exactly matches k as: "aaabaaa","aaab","abcd" or "aaaba" or "aaabaa
swift
1 Voto
2 Respostas
15th Feb 2022, 12:25 PM
sheshadrivendra mishra
I'm learning c++ instead of c?? Is it k to learn c language later I don't no could you please help me
c++
0 Voto
8 Respostas
4th Jun 2020, 10:37 AM
Srikanth Barupatla
I tried installing kivy in my laptop , but its showing error "command errored out with exit status 1 using python 3.8 ans win10
k
python
0 Voto
2 Respostas
23rd Apr 2020, 8:39 AM
wave worth music
Please any one me I was struc k in the bmi calculatar program and search engine program in python
python
-1 Voto
3 Respostas
4th Sep 2021, 12:06 PM
YashwanthM Yashu
can someone help, fill in the blanks to print all elements of the array using a for loop? int [] arr= new int [7]; ? (int k=0; k < ? ; k++){ console.writeline ( ??? [ k] );
c++
-1 Voto
7 Respostas
2nd Jul 2016, 8:40 PM
Joyx Kish
[SOLVED]Why are the loop variables for k and v used in a loop to update a dictionary still defined outside the loop?(Python)
loop_variable
namespaces
python
scope
update
works_out_of_loop?
0 Voto
4 Respostas
15th Nov 2022, 8:45 PM
Korkunç el Gato
#include<stdio.h> #define MAN(x, y) ((x)>(y)) ? (x):(y); int main() { int i=10, j=5, k=0; k = MAN(++i, j++); printf("%d, %d,
c
program
1 Voto
2 Respostas
21st Oct 2018, 6:20 PM
LYDIA JENNIFER P
Write a java program which includes the inheritance, Super keyword, Method Overloading, Method Overriding concept, Abstract k
java
-3 Votos
3 Respostas
12th Aug 2021, 7:36 PM
Sumukh Gk
for(int i = 1; i <= 5; i++) { System.out.print (i + " "); int k = 6; int sum =
code
1 Voto
4 Respostas
10th Mar 2021, 7:10 AM
Monir Hossen
write a program to obtain the following pattern A D C B E F G H I P O N M L K J # # # # # # # # # J K L M N O P I H G F E B C D A
c++
2 Votos
9 Respostas
23rd Sep 2016, 4:58 PM
Meena
How could you get all the convolution instances k of n elements with just one for loop?
algorithm
python3
0 Voto
1 Resposta
1st Oct 2020, 5:17 AM
Dang Van Nhan
Positive integers N and K are given. Using only addition N completely by K, as well as the remainder of this division.
c++
0 Voto
4 Respostas
25th May 2020, 1:14 PM
Sarvar Muxammadaliyv
Is there a k-competitive online algorithm for the k-server problem?
k
problem
server
4 Votos
2 Respostas
15th Jul 2017, 9:15 AM
Prakhar Singh
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
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
web application with java, spring boot
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