Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How can I find the longest word , and print it in python?
python
0 Votes
4 Answers
6th Oct 2022, 4:46 AM
Iamno0v
How can I get each word from a sentence without its first letter??
python3
2 Votes
4 Answers
23rd Oct 2020, 8:22 AM
Jaya Gupta⛳
What do you have to do to make somthing have color on a word in HTML?
color
how
html
word
8 Votes
8 Answers
3rd Jun 2018, 4:07 PM
hi user, #Have_Hope
I am going to stope learn coding say one word why i shouldn' t stop learning
css
html
16 Votes
9 Answers
3rd Feb 2018, 9:48 AM
Daniel Belay Akele
def search (text, found): if word in text: print("word found") else: print("word not found") Guy
python
0 Votes
6 Answers
3rd Sep 2021, 12:19 PM
Husni
what is the code to make a word move in HTML?
html
-1 Vote
3 Answers
6th Jul 2022, 3:12 PM
Kevin Clien Gadayan Balaguna
Please what am i missing, only the word not found is working
code
python3
sololearn
1 Vote
2 Answers
16th Feb 2023, 9:33 PM
Kingdavid Christian
for word in words: What is "word" in this example?
loops
python
1 Vote
3 Answers
12th Dec 2015, 7:43 PM
orca
How can we find a word from text using loop
c++
2 Votes
2 Answers
25th Mar 2017, 11:17 AM
abdul rafay
How to enter a word in CPP in Variable - "char name[20]" ?
c++
-1 Vote
8 Answers
1st Feb 2020, 3:42 AM
Abhay
How ' dict ' word used as a variable in Python?
classes
dictionaries
python
python3
types
0 Votes
2 Answers
19th Jul 2021, 5:02 AM
Vinitha
How do I Extract Single letter from a given word in c++?
c++
character-extraction
functions
library
loop
string
2 Votes
3 Answers
28th Apr 2018, 11:14 AM
Anu Chhetri
What is your one word to differentiate Python from all languages?
best
coding
cpython
debate
languages
programming
python
python3
0 Votes
5 Answers
31st Jul 2017, 9:20 AM
Harish M
Can you create a new reserved word for programming? With new features?
c++
new
variables
3 Votes
2 Answers
30th Jan 2020, 12:39 AM
AC3BYT3
words = ["hello", "world", "spam", "eggs"] for word in words: print(word + "!")
for
loops
3 Votes
1 Answer
10th Jun 2019, 11:37 AM
Ranjeet singh jitty
Program to print each word of the given sentence in pyhon
python
1 Vote
4 Answers
1st Sep 2017, 3:57 PM
Abhinav Anand
How do i change the style of the first word of a string?
css
css3
javascript
style
-1 Vote
10 Answers
28th Nov 2016, 1:53 PM
Foxtrot Pipe
Write C++ program that define an array of strings word as following:-
c++
2 Votes
2 Answers
20th May 2018, 11:06 PM
codiraq
Please explain the use of static key word in java??
java
0 Votes
2 Answers
27th Apr 2019, 6:41 PM
Soumya Halder
Can you write html in Microsoft Word or Google Docs?
html
2 Votes
2 Answers
7th Jul 2016, 8:09 AM
Kevin Hale
Checkout this AI game!
ai
game
google
tensorflow
word
20 Votes
14 Answers
10th May 2018, 8:02 AM
Aaron Sarkissian
Help me find the hidden word (score) in JavaScript
hidden_words
javascript
0 Votes
2 Answers
12th Nov 2017, 12:36 AM
Andrea S
[SOLVED]Guys why it is not showing the word "Felps" ?
c#
input
1 Vote
1 Answer
14th May 2021, 11:22 PM
Katdotbrush
How to turn off the word wrap function on SoloLearn's code playground?
codeplayground
word-wrap
1 Vote
3 Answers
4th Nov 2019, 5:16 AM
Ishmam
How can I position a word in the middle of a page?
css
display
positioning
0 Votes
5 Answers
17th Jul 2020, 5:36 PM
Abhishek Kudlur
How to use regular expressions to evaluate case insensitive word input
python
regular-expressions
0 Votes
2 Answers
15th Jul 2022, 8:38 AM
ρү૨œdԌ૨ ×
How To Drag Any Word , Image Or Any Thing ?
aerith
drag
drag-drop
new-question
newquestion
0 Votes
2 Answers
28th Dec 2020, 3:56 AM
Tirthen Patel
How can we change font size of just one word in a paragraph?
html
html5
1 Vote
8 Answers
15th Aug 2017, 11:20 AM
Ehsan Jafari
How is the this key word used in Java
this
-1 Vote
2 Answers
27th Apr 2020, 3:00 PM
Bakka Solomon Mwesigwa
Your task is to sort a given string. Each word in the String will contain a single number. This number is the position the word
#python
0 Votes
4 Answers
16th Aug 2017, 8:52 PM
Tushar Dubey
How do you code a word in so that when you click it, it defines it...?
book
definition
help
java
urgent
web
6 Votes
5 Answers
16th Jul 2018, 11:38 PM
blue
Is the expected output of "Average Word Length" of code coach wrong..?
code_coach
0 Votes
3 Answers
22nd Jan 2021, 5:56 AM
Hemant Prakash
Does this code is right or need to do some changes? It basicly search the Given word by user in a String nd prnt index of word
java
0 Votes
5 Answers
15th Nov 2019, 11:31 AM
Abdul Wahab
Hello guys. In a given string, how can one fine and output the longest word by writing a program in python?
python3
3 Votes
10 Answers
22nd Dec 2020, 2:39 PM
Mas'ud Saleh
How to replace word in a string in Python without using replace function?
functions
python3
string
0 Votes
2 Answers
5th Dec 2019, 5:57 PM
Himani Dalal
What is the meaning of word static in java?
b
0 Votes
2 Answers
31st Oct 2017, 4:06 PM
Mohammed Madian
My <p> then a word then /<p> isnt working why
@java
0 Votes
1 Answer
8th Feb 2023, 11:30 AM
Lola Young
[SOLVED]How to split a word a n times given n as an integer and n is less than the length of the word.
javascript
python
11 Votes
20 Answers
22nd Oct 2020, 5:42 PM
C K
How to seperate digits from a string and convert it into it's word in python
code
codeplayground
python
string
3 Votes
4 Answers
15th Mar 2020, 12:51 AM
Abdul Rahiman Masood
how to add given character, word or string to final line
python
-1 Vote
4 Answers
18th Sep 2018, 4:47 AM
Ireneusz Rapa
Python - Check if there are some word inside a sting
python
0 Votes
2 Answers
1st May 2019, 7:06 AM
Nopparuj
If a word contains an odd number of characters,you must replace the middle letter of the word use this sumbol "*"
c++
0 Votes
2 Answers
23rd Jan 2017, 6:56 PM
Vanja Pin
Why this code doesn't solve the average word length problem's last test case
codecoach
problem
python3
3 Votes
2 Answers
24th Jul 2020, 9:09 AM
Arrahman Abtahi
What is the meaning of the word INLINE in html?
<div>
1 Vote
1 Answer
11th Apr 2018, 7:22 AM
Shuvo.etn
Didn't understand a single word can anyone help me please
geolocation
html
html5
0 Votes
3 Answers
13th Mar 2017, 7:18 PM
Mira Mostafa
Can someone tell me how to jumble a word in python
python
0 Votes
2 Answers
24th Sep 2020, 11:26 AM
Archit Chanana
Can you describe the meaning of the word 'beta' in a software?
beta
2 Votes
3 Answers
14th Nov 2018, 3:01 PM
Nik Gujjar
Export data from database to table in word c#
c#
database
winforms
word
0 Votes
1 Answer
9th Apr 2019, 8:39 AM
Dimitris K
How to load word document on windows form and save in database
.net
c#
sql
winform
1 Vote
5 Answers
23rd Jan 2018, 5:20 PM
Sandy
Search for a word (up or down) that occurs after ifAdminStatus.
python
python3
searching
string
words
2 Votes
2 Answers
24th Jan 2019, 6:20 PM
Shyam
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
10
11
12
...
21
Next >
Hot today
Hey, is the "Snowflake" mission not working?
0 Votes
Discrete-Time Signal Representation
0 Votes
Bug in the answers checking algorithms?
1 Votes
Detach thread exception
1 Votes
Html
1 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
How to make a 2d game
0 Votes
I want to learn Lua but don’t know where
2 Votes
Not image in the page
1 Votes