• Kursy
  • Kompilator kodu
  • Dyskusja
  • Cennik
  • Zespoły
Menu

Dyskusje Q&A

def modify_last(txt, n): s=txt[:] d=txt[-1]*n s,d=gather return "".join(gather) modify_last("Hello", 3) #➞ "Hello
python.string
0 głosów
5 odpowiedzi
9th Oct 2020, 12:20 PM
ÄKoderj
n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0: print("SoloLearn") elif x % 3 == 0:
@python
-1 Głos
14 odpowiedzi
3rd Jun 2021, 12:14 PM
Gold samuel
Gold samuel - avatar
Please is to be added or removed from this code n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0:
@python
0 głosów
10 odpowiedzi
4th Jan 2023, 1:04 AM
Ohanenye Kennedy
Ohanenye Kennedy - avatar
n = int(input()) for x in range(1, n): if x % 3 == 0 and x % 5 == 0: print("SoloLearn") elif x % 3 == 0:
a
-1 Głos
2 odpowiedzi
5th Dec 2020, 7:44 AM
Augustine Ansah Owusu
Augustine Ansah Owusu - avatar
Can you help me in this code?
%==03andforifinint(input())n):n=range(1,xxx
-4 głosów
9 odpowiedzi
17th Jun 2021, 6:44 PM
zoro
Popularne dzisiaj
Can I import any module in python in this app?
1 Votes
Loops and conditions
2 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Hey ! how to install modules on this app
0 Votes