Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What does this code mean ? What is the stringstream use of and its resemblance in this code . Can anyone tell me ?
c++
programming
1 Voto
2 Respuestas
5th Apr 2018, 5:13 AM
Saurabh Kumar Kar
I have a issue with the display of picture in tkinter. Does it mean that we have to convert jpg to gif or pgn?
tkinter
0 Votos
3 Respuestas
5th Apr 2020, 3:05 PM
Çhökï Dorjee
Who found job with only skills that learned on Sololearn? I mean can I find job or can I become programmer with only Sololearn?
coding
dedication
sololearn
starting
0 Votos
1 Respuesta
26th Aug 2021, 3:03 PM
Murod Mirzaliyev
What are the applications of java? I mean how is it used to develop (non command line) programs? Aside from android programming
gui
java
packaging
3 Votos
1 Respuesta
29th Apr 2017, 7:55 AM
Ilesanmi Temitope Santiago
Hi. Can someone please explain me what does it code mean in python. def section(request, num): if 1 <= num <= 3: return HttpRes
django
python
python3
-2 Votos
3 Respuestas
14th Jul 2021, 10:39 PM
kamoyak
In Netbeans ide where should we put the following code ? I mean in java class or java frame?
java
methods
0 Votos
2 Respuestas
17th Jul 2017, 3:54 PM
Yogesh Kumar
Per second how many transactions can be performed in sql??? I mean how to connection can be connected and how many queries can be performed!??
mysql
sql
subqueries
transaction
3 Votos
2 Respuestas
22nd Sep 2016, 4:39 AM
Winston David
I want know when you make a code, first thing what you do? I mean first you decide which content, methods or classes are use in!
all
language
1 Voto
3 Respuestas
13th Aug 2018, 3:02 AM
Khokhar Jeelani
What does tty mean here ? "When commands are read from a tty, the interpreter is said to be in interactive mode."
python3
0 Votos
2 Respuestas
30th Sep 2020, 10:13 AM
Crypto Genesis
Hi everyone 👋😊 pls how do I make my css responsive? I mean I can't seem to make it fit into various screen size, I am curious!
css
html
0 Votos
3 Respuestas
15th Feb 2020, 8:43 PM
Abdulazeez Muhammed
How we can animate a object more than one time change the position i mean continuous moving in different directions. .
animation
css
1 Voto
1 Respuesta
1st Jun 2018, 4:36 PM
Sai Dinesh
Do we need any new programming language!? What I mean is, can we do any thing with the languages out there!
java
javascript
php
programming
py
roby
web
1 Voto
2 Respuestas
16th Aug 2017, 10:31 AM
reza
Imagine that anybody posted a web code in which css is in standard syntax..... Does that mean some users can't run this code.
css3
html5
0 Votos
2 Respuestas
14th Jul 2019, 6:17 AM
Fbn 76
simce it says i = 5 and then while true i = i-1 doesent that mean that when i =4 it wont be 5 and therefore false?
loops
python
4 Votos
3 Respuestas
17th Dec 2016, 8:44 PM
Δημητρης Φρεντσελ
Did graphics Library function work in compiler i mean in this app? I was trying to draw the walls in 🐍 game using graphic why?
c
1 Voto
2 Respuestas
1st Jan 2019, 9:44 AM
Lata Mishra
How can i create a java program in which user create objects from class as many as he wants.?? I mean how to make a generic one
classes
java
object
oop
0 Votos
4 Respuestas
8th Mar 2020, 8:36 PM
Abdul Wahab
what is the code? on this code file0.py:12: SyntaxWarning: "is not" with a literal. Did you mean "!="? print (120 is not y)
python
0 Votos
2 Respuestas
24th Nov 2022, 12:43 PM
julyan
There is a code in the description and this code returns a exception ('str' object is not callable). What does it mean ?
python
0 Votos
2 Respuestas
5th Jun 2020, 3:31 PM
VIMALRAJ P
I have inserted one code in my description. Can anyone please explain how does it work.? I mean how does computer calculates it.
cpp
2 Votos
2 Respuestas
15th May 2017, 4:48 PM
Harsh
What does it mean by Strictfp keywords in this question below ? "Which variable types does the Strictfp keyword affect? "
in
java
1 Voto
1 Respuesta
12th Jan 2019, 12:56 AM
Mohamed Saber
Guys do I have to enter another array for this code to run properly? I mean to compare with. Feel free to give a better answer
missing
number
1 Voto
4 Respuestas
3rd Mar 2017, 9:04 AM
Ricardo Chitagu
What does it mean when we equals content of a pointer variable to address of 1st element of array?
array
c++
pointer
0 Votos
1 Respuesta
6th Mar 2018, 10:06 AM
Purvank Bhiwgade
How do these 'name' and 'value' attributes in the <input ...> tag work? I mean what do they mean?
forms
html
0 Votos
1 Respuesta
17th May 2017, 4:14 PM
Bikash Thapa
What is the output of this code? Why? What does '&' mean when used to declare an 'int' value?
c++
functions
output
1 Voto
1 Respuesta
10th Oct 2017, 10:00 AM
Pablo Bustamante
What is program java for android .. i mean use in my mobile ....i want install for my mobile....
java
thanks
0 Votos
1 Respuesta
30th Jun 2017, 12:36 AM
reman
How can i create an array of a class type ? I mean array having ot type to be of a class name like classname arrayname
learning
1 Voto
4 Respuestas
10th May 2017, 1:52 PM
Alaro Abubakar Olayemi
What does this code means? i mean why y++ coordinate going down if the value of y is increasing vice-versa!
c
c++
coordinates
if
0 Votos
1 Respuesta
5th Jan 2019, 4:44 PM
rahul negi
If we write % symbol before the letter, is it mean that the name in the table should end with whatever letter we use.
sql
2 Votos
2 Respuestas
21st Jan 2018, 5:45 PM
Anil s chavan
About memory, before we allocate something with 'new' all values are stored, actually where? I mean we allocate some memory just in case we run out of space in our program?
c++
data-types
0 Votos
8 Respuestas
15th Aug 2016, 3:06 AM
Łukasz Bandach
What is the function of (method = value) on the input element and what does it mean (return true and return false)
javascript
0 Votos
2 Respuestas
30th Aug 2020, 3:59 AM
Danang Setio Arifin
Why is there structure in the same structure ? What does that mean ? And can you give me an Example? Thanks..
c
c++
code
1 Voto
2 Respuestas
24th Jan 2018, 4:58 PM
Youssif Almassri
Print ('enter a no. ') and input ('enter a no. '), both are giving same out put, does that mean I can use either of them?
python
1 Voto
4 Respuestas
24th Jan 2018, 2:03 AM
Deadpool
I can't see any notifications . The recent notifications i get are 4 months old . What is that supppsed to mean ? Anyone ?
sololearn
3 Votos
2 Respuestas
19th Sep 2017, 4:32 AM
Kash
Hi I'm a beginner and i need a friend who can take me through this course I mean into much details... Competent help.
<help/>
<help>i
help
need
0 Votos
3 Respuestas
5th Feb 2018, 11:20 PM
Wisdom Goodman
Will adding serious amounts of comments slow down the program? I mean like a novel length like the types of: war and peace.
c++
comments
0 Votos
3 Respuestas
18th Sep 2015, 5:07 PM
Henrik Karlberg
What mean by the three major versions of python are 1.x,.2.x and 3.x. Thears are subdivided into minor version ,such as 2.7 and
python
0 Votos
2 Respuestas
18th Mar 2020, 8:04 AM
Sujal Magar
How to make program asking for average mean ?? I made my own codes but encounter lots of error ...
data-types
python
0 Votos
2 Respuestas
7th May 2017, 2:38 AM
Canapé Orange Egnaro
Can I make CSS with the same tools as HTML, for example Notepad or Microsoft word? I mean I only have two change the document type into .css, or should I use a special application for coding CSS?
css
css3
1 Voto
12 Respuestas
16th Sep 2016, 4:43 AM
Mohamad Jafar
How does the internet use data to download app, music, file , etc..? ..i mean what is the use of internet data
data
processing
-1 Voto
2 Respuestas
5th Oct 2022, 9:14 AM
Emmanuel Odukoya
So, how and where do you do get the image you want to attach. I mean must the image be downloaded from the same browser
html
images
2 Votos
2 Respuestas
22nd May 2017, 2:29 PM
Ijasini Jeremiah
In fillStyle="rgba(0,0,200,1)"; (1) What does 'a' mean (2)Is 0-F not the range of values for rgb? How 200 for b and still works
canvas
html
html5
0 Votos
3 Respuestas
4th Nov 2017, 7:00 AM
Abdussamad Nasir
If I make a website for a client who will update that website. (I mean won't I be busy with other people's website)
web
-1 Voto
2 Respuestas
27th Sep 2020, 12:32 AM
Odelola Oluwaseyi
Does any number raise to float mean that, I can use exponents to calculate the all roots (sqrt,cbrt, and others) of a number🤔?
quotent_in_python
0 Votos
1 Respuesta
2nd Apr 2022, 5:20 PM
Bisrat Kifle
These courses , Are they enough for us to get jobs in IT. I mean all these are fundamentals right then how should we get jobs
title
0 Votos
2 Respuestas
27th Jul 2020, 7:20 PM
Perikela Raghava
I don't understand this object properties what i mean is that i dont know how thier ans will be a number
object
properties
0 Votos
1 Respuesta
13th Feb 2019, 5:59 PM
Newman Richard
How did ( USA and other great nations) do it ??? I mean how did they make great Young corders with little effort am curious!!!
coders
1 Voto
3 Respuestas
28th May 2017, 7:49 AM
ibrahim danjuma
why use % two times in if statement after top 10 when result show one time %, what is the mean of second percentage?
c
0 Votos
1 Respuesta
13th Mar 2020, 7:32 PM
Jitendra Kumar
What do they mean when they say the form will submit to itself if the action attribute is not there?
forms
php
0 Votos
1 Respuesta
27th Jul 2016, 7:25 PM
Mohamad Ghadieh
A program in c can be run on any machine. What does machine independency actually mean in terms of JAVA?
java
jvm
0 Votos
1 Respuesta
8th May 2017, 3:43 PM
Ravalanatha Mallya B
guys what do they mean by the switch expression is evaluated once someone please explain how the process unfolds i
javascript
switch
0 Votos
1 Respuesta
28th May 2017, 10:26 PM
wazha
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
28
29
30
31
Siguiente >
En tendencia hoy
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
I am beginner,This is will be right code?
1 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
Solved# Survey data format in coding for data
1 Votes
SQL
2 Votes
Solution to solving this bugged problem
2 Votes
JAVA PROGRAMMING
1 Votes
IMAGE
0 Votes