Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Will "a" work?
c++
data-types
2 Votos
3 Respostas
11th Jul 2017, 12:08 AM
A_Coders
Is "a" a char?
c++
char
2 Votos
5 Respostas
4th Sep 2017, 4:12 PM
OWNER
Why gives "b"? Why not "a"
javascript
1 Voto
4 Respostas
8th Apr 2020, 8:34 AM
BangArray
Difference between a and "a"
integer#string
0 Voto
1 Resposta
1st Jun 2020, 9:53 PM
Victor Bro
Why am I getting the output as "hello" why not "bey" because "a" value is not equal to either "A" or "a"
python
0 Voto
2 Respostas
14th Jul 2021, 1:56 AM
Shahir
What Is Difference Between 'a' and "a"
literals
string
1 Voto
6 Respostas
23rd Jun 2019, 11:05 AM
Mr. Nothing
X = "a" x+= 3 print(x)
operators
python
-1 Voto
3 Respostas
5th Feb 2019, 2:13 PM
Amit
Find the 4th character of String "a" using charAt()
charat
java
strings
0 Voto
12 Respostas
19th Jan 2017, 2:25 PM
Suprakash Pal
What does "a" in the rgba stand for?
canvas
html
html5
1 Voto
3 Respostas
10th Jul 2017, 10:02 PM
Francis Skinner
Why 'a' and "a" are not same in C?
c
character
data-types
python3
string
0 Voto
2 Respostas
25th Oct 2019, 8:34 AM
Ankit Verma
Is there any difference in 'a' and "a" in python?
python3
3 Votos
4 Respostas
8th May 2018, 7:04 AM
Çůřîöş ßąšäñț 🇮🇳
C - Why "a" has the size of an int?
c
sizeof
1 Voto
3 Respostas
6th Jan 2020, 12:12 PM
Paolo De Nictolis
How do I access "a" here in the stop method?
javascript
oop
1 Voto
4 Respostas
7th May 2020, 10:30 PM
Sajid
How to do it so if the prompt contains "a" do something?
if-statements
ifcontains
javascript
1 Voto
10 Respostas
3rd Apr 2022, 6:59 PM
Spencer Pawlik
Fill in the blanks to create a new set "c", with only the values common to both "a" and "b", if not all of the values of set "a"
sets
swift
1 Voto
11 Respostas
14th Sep 2016, 12:20 AM
Enoch George
Which is the binary value of "A" in ascii, 01000001 or 1000001?
ascii
0 Voto
10 Respostas
16th Mar 2020, 3:29 PM
Agustín Variable
So I tried a = "a" while a <= "e": print(a) a = "a" + "1" print("Finished") and it said time limit exceeded
loops
python
0 Voto
5 Respostas
7th Sep 2016, 10:49 PM
Tendai25
Python - Why doesn't --a raise an error, but neither change "a" value?
python
variables
6 Votos
2 Respostas
26th Sep 2019, 12:28 PM
Paolo De Nictolis
What's the value of "a" after execution of the code?
java
sololearn
-1 Voto
3 Respostas
1st Jul 2017, 11:30 AM
Shauzab Khan
what is the result of >>> x= "a" >>>x*=3 pring(x)
python
python3
-1 Voto
2 Respostas
9th Jul 2017, 7:01 AM
Jacob Laba
Declare two integer variables "a" and "b". Print the product of the multiplication of the "a" and "b" values to the screen using
python
variables
0 Voto
1 Resposta
21st Sep 2016, 5:50 AM
dhruv prajapati
Please someone should help me how do i get the index of the second "a" pls
python3
0 Voto
9 Respostas
16th Sep 2023, 11:06 PM
SAGIR ISAH
SoloLearn got Editor's Choice "Android Excellence App"
"a"
app
best
editor's_choice
playstore
sololearn
176 Votos
140 Respostas
6th Apr 2018, 11:51 AM
Amethyst Animion
Drag and drop from the options below to clear all values stored in the localStorage. Then store "a" using the key "b".
html
html5
web-storage
0 Voto
8 Respostas
11th Jun 2018, 6:40 PM
SUSHIL
What is the result of this code? >>> x = "a" >>> x *= 3 print(x)
=
>>>
code?
is
of
result
the
this
what
x
0 Voto
1 Resposta
25th Mar 2020, 4:50 AM
Ugochukwu Celestine
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".
html
html5
web-storage
2 Votos
13 Respostas
12th Oct 2016, 1:41 PM
Mohamed Arafa Gomaa Metwaly
Why is this code changing elements of "a" when i am working with "c"
error
pointers
python3
1 Voto
3 Respostas
14th Jun 2019, 8:13 AM
Ritik Pal
How does "a" become 4, or it's mistake? I thought it should be 2 O.o
c++
0 Voto
4 Respostas
11th Apr 2018, 5:41 PM
James Anderson
Can anyone please tell that what is the multiplicative inverse of "A" in Boolean algebra?..
boolean-logic
2 Votos
2 Respostas
24th Sep 2021, 1:20 PM
Priyansu Sharma
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b"?
html
html5
web-storage
3 Votos
10 Respostas
25th Dec 2016, 1:11 AM
Saul
I need to know the difference between a=b++ and a=++b and what will be the value of "a" if b=10 in both cases
javascript
operators
3 Votos
11 Respostas
1st Aug 2016, 6:48 PM
kenny
Please tell me the values of "a" and "b" during the operation in the program.
regular-expressions
1 Voto
3 Respostas
27th Oct 2017, 2:57 PM
Shashank shekhar
What is the meaning of fullstop in self.a(). Here "a" is defined in the class
python3
0 Voto
2 Respostas
21st Apr 2019, 5:56 PM
Dileep Patcha
Why the result of print("a" or "b") is "a" and the result of print("a" and "b") is "b"?
python3
3 Votos
3 Respostas
29th May 2018, 11:02 AM
Andrei
Who are top learner? [Not Programming Related]
"a"
learner
sololearn
top
13 Votos
6 Respostas
17th Aug 2017, 12:54 PM
Amethyst Animion
Using StringBuilder generate a string "a" and concat a string "0" with ten thousand times. (Java)
java
runtime,
string,
stringbuilder,
system,
1 Voto
2 Respostas
18th Oct 2017, 1:41 PM
Agnès Lee
Hello. Help me please how to find the number of words containing the syllable "a" in python
python3
2 Votos
2 Respostas
17th Dec 2017, 7:57 AM
Пиров Мустафо
How to form from [var a = prompt("...");] to [Let "A" be expressed as a string]
javascript
0 Voto
1 Resposta
24th Apr 2020, 2:43 PM
Serg
Fill in the blank to clear all values stored in a localStorage. Then store "a" using the key "b"
html
html5
web-storage
1 Voto
4 Respostas
25th Dec 2016, 11:43 AM
Abdulmalik Abdullahi
Sololearn Version 2.0.1.beta
"a"
beta
sololearn
update
7 Votos
4 Respostas
20th Dec 2017, 4:42 PM
Amethyst Animion
fill in the blanks to find out whether the value of "a" is an odd number or even number
c++
0 Voto
4 Respostas
12th Sep 2016, 3:13 PM
rohtan singh
help me please! how to find the position of all the letters "a" and "c" on the phrase in python
python3
1 Voto
4 Respostas
15th Nov 2017, 8:00 AM
Пиров Мустафо
Fill in the blanks to clear all values stored in the local storage.then store "a" using the key "b".
api
html
html5
web-storage
1 Voto
2 Respostas
22nd May 2017, 1:13 PM
Naresh Rudrapally
Fill in the blanks to clear all values stored in the localStorage. Then store "a" using the key "b".
html
0 Voto
2 Respostas
11th Jan 2017, 4:55 AM
manoj mer
Why the output is 7.8 though "a" and "b" is integer ... I think a=5 b=7 and the function return m =7
c++
output
1 Voto
3 Respostas
19th Apr 2017, 1:55 PM
Nour Alnaser
By using the character arrays how can we check the first letter of the character array is "a" And display the string
c++
1 Voto
1 Resposta
24th Feb 2020, 5:59 PM
Md Ashraf Hussain
When SoloLearn approved Users lessons? [Beta-Test Only]
"a"
approved
beta-test
lesson
sololearn
7 Votos
2 Respostas
18th Aug 2017, 1:54 PM
Amethyst Animion
it's a bit misleading that you name the variable "a" when you're showing someone how to access the a tag as a first child of li.
dom
javascript
0 Voto
1 Resposta
29th Jul 2016, 5:19 PM
Josh Simmons
Is there any code in Python to cut a string as we used to in HTML? HTML Example, left ("abcd",1) gave "a" So anything like this in Python?
python
0 Voto
2 Respostas
7th Aug 2016, 7:18 AM
Shashank Keshari
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Quente hoje
Hello World!
0 Votes
What is wrost mistake that mostly people made while learning coding?
0 Votes
I'm lost with JavaScript (document.getElementById(".") And clearly making mistakes, Can someone help, I thought I had it but no.
0 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Script file names
0 Votes
How to put multiple inputs in python?
1 Votes
Html learn
1 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
What can I do after learning python and how to create amazing codes. And how many times it would take to be a good programmer😅
0 Votes
I wish Ruby back in the course list
1 Votes