Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Python 3 I type >>>4/2 in sololearn code playground and get 'No output.' instead of 2.0 what am doing wrong?
3
operations
python
simple
1 Vote
2 Answers
13th Dec 2018, 2:45 PM
David Park
Can someone explain me why answerEl is used instead of answerEls in line 172. Help me with my study thank you
javascript
0 Votes
2 Answers
15th Sep 2022, 9:15 AM
Kuro Chi
Why must I use the parentheses when using print ? Can't I just print " Helloworld " instead ? It works on my laptop coding
python
1 Vote
6 Answers
18th Apr 2018, 7:45 AM
Andy Lau
which site I should use to learn Asp.net because w3 schools uses web matrix instead of vistual studio.
c#
0 Votes
2 Answers
8th Sep 2018, 8:14 PM
shiwangee pathak
Do I save a memory when I'm declaring an array, instead of storing a list of values, or I will just save the time? [answered]
arrays
java
7 Votes
3 Answers
2nd Mar 2017, 7:48 PM
AdaMM
How do i set a background image for a webpage?? Instead of using only solid colors..!
backgroundimage
css
html5
webpage
1 Vote
1 Answer
13th Apr 2017, 2:54 PM
rohan_m
Is codeforces better to learn with because of its brutal marking pattern instead of learning with Sololearn?
challenges
codeforces
1 Vote
1 Answer
1st Mar 2018, 4:01 AM
Pawan Kumar
i want the email --input()-- to be an actual email instead of string because the user will enter anything and this is a Mess🥹?
input
python
1 Vote
3 Answers
30th Apr 2023, 12:18 PM
BLK
I want only a button to change its innerText at a particular time, instead it changes the two at the same time
javascript
0 Votes
3 Answers
20th Jul 2021, 9:08 AM
Olorunsogo Abiodun Isaac
How can I set w. add instead of random generated I need to add my own weight input.
c++
cpp
neuralnetwork
setweigh
weights
0 Votes
1 Answer
30th Mar 2020, 1:56 PM
Trefendor LiP
For example: def name(word): print word name("hesham") How to make it accept writing hesham instead of "hesham" ?
python
1 Vote
2 Answers
18th Mar 2017, 12:41 PM
Hesham Emara
Why is there not a generalized Programming language that can serve all needs instead of so many languages like c, java, Python, jsp,HTML, php,etc
c++
css
css3
html
html5
java
javascript
php
python
scripting-languages
0 Votes
7 Answers
9th Sep 2016, 3:46 PM
Suman Pandit
How can we use a picture as a background instead of a color? Is something like that only available in CSS?
html
images
1 Vote
4 Answers
8th Oct 2016, 12:48 PM
Ryšard Gulbinovič
\n isnt creating a new line. For example the output would be a Hello \n World instead of Hello World
input
output
python
0 Votes
3 Answers
10th May 2017, 10:33 PM
Lisa Quinn
Hey guys why cant i use this instead of <ol><li> tag- go to the discription plz...
<ol>tag
html
lists
-2 Votes
3 Answers
4th Sep 2017, 12:03 PM
sheikhrafe
Does HTML code generally go inside of a PHP file instead of in an HTML file?
html
php
website
-2 Votes
1 Answer
3rd Dec 2017, 4:17 AM
Scarlett Jones
Is there any way to make the sample code use tabs for indentation instead of spaces?
java
0 Votes
1 Answer
22nd Sep 2016, 12:54 PM
GrueBox
Python sets should be part of the "More type" lesson instead of the "Functional programing" lesson
python
sets
0 Votes
1 Answer
3rd Apr 2017, 7:43 PM
Jean-Pierre Schnyder
The question asks you to round up the answer to the nearest whole number. I've used round() but my ans is 66 instead of 67
c++
roundup
1 Vote
4 Answers
13th Dec 2021, 3:07 AM
Kruti
i am trying to use ordered list within a table but instead of showing numbers its showing bullets with every listed items.
html
tables
-1 Vote
6 Answers
18th Jul 2016, 6:57 AM
Tarun Kundu
when I type "0" in "your_age" it only shows "you are but a child" instead of "you are dead". can you help me?
c++
help
if-statements
0 Votes
6 Answers
6th Feb 2018, 8:39 AM
Dokko Krash
How can i find a certain word in a paragraph and output the word instead of where it is?
css
html
javascript
0 Votes
2 Answers
6th Dec 2018, 11:10 PM
Jeremy Cruz
Why we use \r in java? , if i want donot writting some thing I do not write that.Why should we use "t\rh" instead of "h"?
\r
java
1 Vote
7 Answers
12th Aug 2018, 8:12 AM
alireza
How could we implement the stack ADT in C so that we could use it to store different data types at different times, instead of u
adt
c
data_types
generic
stack
5 Votes
1 Answer
28th Aug 2019, 5:50 PM
Zhenis Otarbay
Instead of insert CDN links can we use react with offline files. As we would with jQuery or Bootstrap etc
js
react
1 Vote
1 Answer
6th Mar 2022, 11:43 AM
JIBRILLA ABDUL-RAZAK
why is the output not similar if I type "int num_calls = 1;" instead of "static int num_calls=1;" ?
functions
0 Votes
1 Answer
12th Oct 2019, 2:28 PM
Sk. Ahmed Razha Khan
What makes the <header> tag different from the <head>? Can the <header>tag be used instead of the <head>
and
head
header
tag
0 Votes
2 Answers
17th Aug 2018, 9:54 PM
folorunso taiwo
I don't understand why (==) is use instead of (!=) And why is (%) is used instead. Please explain it for me. Code in description
explain
1 Vote
4 Answers
23rd Dec 2021, 5:03 PM
Musi Babila Bryant
Why is the output of following code 0 instead of no output??? the program will print all ts in x but return nothing...😥
python
1 Vote
5 Answers
26th Oct 2016, 5:29 AM
Manish27
how can pictures and buttons be moved around like instead of it getting placed in default left, place it in the middle
css
html
js
1 Vote
3 Answers
29th Oct 2018, 12:34 PM
Half
in c++ program on internet Can we write void main() instead of Int main() and what changes we should made on it
c++
1 Vote
4 Answers
15th Dec 2016, 7:56 AM
chandraprakash
when i am dividing any no. by other, than they are not showing float instead they are showing lowest integer in result.
data-types
python
0 Votes
5 Answers
22nd Aug 2016, 5:08 PM
Rahul
Why does the output value of (a) change when you use the | operator instead of the operator || is used?
bitwiseor
java
logicalor
operators
0 Votes
2 Answers
30th Apr 2020, 5:04 AM
Mohammad Ala Tahhan
If I was making a html project, how woukd I change my URL scheme to https/http instead of file\\C:?
html
html5
url
web
website
0 Votes
2 Answers
6th Feb 2019, 11:36 PM
Cheese Burger Joe
I have created automatic slideshow only using javascript and html.it's showing only 2 slides instead of 5 ...please help
html
javascript
slideshow
1 Vote
2 Answers
24th Sep 2017, 12:56 PM
Aman Kumar
Is really possible to use the memory address as part of the volume's formula in finding the volume instead of the values?
245899
2 Votes
2 Answers
4th Sep 2018, 8:11 AM
Benjamin Shefika
When i try to compile my program instead of showing the errors its displaying a message "Compilation error". Whats the problem?
java
3 Votes
2 Answers
11th Mar 2017, 4:13 AM
Nobin Jacob NJ
which keyword is used for showing column info instead of SHOW keyword? Such as "SHOW COLUMNS from Student"
column
info
mssql
query
0 Votes
2 Answers
20th Aug 2018, 5:43 PM
Nasir Ahmed
Does anyone tell how to make carrer as developer who is an electronic engineering instead computer science?
developer
0 Votes
2 Answers
5th Jun 2017, 6:13 PM
Pratik Dutta
can i use != instead of 'NOT IN' eg. SELECT*FROM table_name WHERE city != ('La', 'ny', 'lag');
sql
where
0 Votes
2 Answers
5th Jan 2017, 4:22 PM
Oyelakin Dotun Peter
Why in python it is True and False.. Instead of true and false.. What's the difference between them... Can anyone explain
booleans
0 Votes
3 Answers
5th Dec 2018, 8:15 AM
Uma
Is there another code instead of codes ( if and switch...case) and do the same operation of if and switch?
anothercode
c++
codes
0 Votes
3 Answers
16th Nov 2016, 8:19 PM
Ehsan Yashar
The last function of code is printing out none instead of 0 and 1, pls what can I do to correct it?? Thanks.
7
1 Vote
3 Answers
10th May 2021, 4:45 AM
Adibeh Esther
In PEP8 Guide 1. Why we should not use tabs ? instead of four spaces . Where confusion will arise ?
pep8
python3
0 Votes
2 Answers
4th Jun 2021, 3:47 AM
lisa
Why my unordered one list item display in top in my browser instead bottom? I code my unordered list in bottom in my code HTML.
bottom
display
instead
item.
list
top
-1 Vote
1 Answer
11th Mar 2021, 1:34 PM
Malick Diagne
why my mentor said me that " You should focus on reading other people's codes instead writing your own " why he said that?
coder
noob
1 Vote
3 Answers
20th Sep 2018, 1:33 PM
th35kyb0y
How can I avoid using visibility = “hidden | visible”, and use JS instead for displaying scores?
html
inspect
web
0 Votes
1 Answer
2nd Jan 2020, 9:36 AM
Ginfio
Is it not time that Sololearn makes "Most Recent" as the default sorting type in comments section instead of "Most Popular?"
comments
doubts
popular
questions
recent
1 Vote
3 Answers
11th Sep 2017, 5:11 PM
Ravindra Babu B
Why to declare the members of class as private, and to access, we go for the setters and getters, instead we can go for public.
access,
and
as
class
declare
members
of
private,
the
to
we
whyto
0 Votes
3 Answers
16th Nov 2021, 12:24 PM
swamy
how to print a word letter by letter, and that when a vowel is identified, an asterisk is printed instead of it?
java
letter
print
strings
2 Votes
3 Answers
25th Jan 2018, 10:45 PM
Anthony
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
20
21
22
...
24
Next >
Hot today
How to get better with problem-solving and programming
2 Votes
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes