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
Guys!!Am working on a python project about simple calculator and am struck as help me.The code for it??
")
("
+
3
print
-1 Voto
2 Respostas
30th Jan 2021, 1:21 PM
Mongoli Emsely Majara
IndexError list out of the range
error
lists
print
python
python3
uwu
while
1 Voto
2 Respostas
14th Jun 2019, 6:34 PM
Abdullaa Taha
List Items - Cleaning Up the List pt2
apostrophe
brackets
format
list
lists
print
python
0 Voto
4 Respostas
18th Jan 2020, 1:17 PM
Anthony B.
When using srand(time(0)) function in C program with for loop to print random numbers, what will be seed each time loop runs?
srand()
0 Voto
2 Respostas
1st Mar 2017, 1:14 PM
Shubham Gupta
c++ program which accepts a sequence of comma separated 4 digit binary numbers and print the numbers that are divisible by 5
scripting
-3 Votos
2 Respostas
1st Nov 2020, 11:59 AM
Andy
How can I write a c++ program to print the summation of even digit for any read number in the keyboard ??
linkedlist
0 Voto
2 Respostas
18th Mar 2017, 7:25 PM
Khitam Aloudat
Write a program in JAVA to print largest character of your name. Please guy's help me I am little bit confused.... Thank you
java
1 Voto
2 Respostas
6th Dec 2017, 6:38 AM
Akhilesh Kumar
I want to print number of positive , negative , even ,odd number stored in array by user but I am not getting desired output
cpp
0 Voto
2 Respostas
22nd Apr 2021, 6:27 AM
Harsh Pratap Singh
fill in the blanks to create a loop that increment the value of x by 2 and print the even values. x=0 _x<=20: print(x) x+=2 pls help me out
loops
python
-1 Voto
5 Respostas
2nd Sep 2016, 6:12 PM
anthony
Why it prints 3 times instead of 4? I thought it will print 5, 4, 3, 2 so it's 4 times, right? Can someone explain it to me? Thanks
loops
python
1 Voto
4 Respostas
11th Aug 2016, 10:27 PM
Faizal Khilmi Muzakki
Very Simple Python Problem - Help?
\n
beginner
help
newline
output
print
problem
python
string
3 Votos
2 Respostas
31st Oct 2021, 5:49 PM
Ryan Grant
How to make a python code that will ask user the number of printing word "eggs"and then print the word "eggs" as much times?
python
0 Voto
3 Respostas
16th Dec 2016, 3:23 AM
Timo
question is about c++...write a program in c++ to implement addition and division operator for the ratio class hence print the given two ratios x and y their sum (x+y) and their division (x/y)
c++
0 Voto
6 Respostas
3rd Oct 2016, 4:21 PM
mayuri
Suppose you draw three dices(using integers 1 to 6). Print all possible cases that the sum of them is equal to 10.
loop
0 Voto
1 Resposta
17th Oct 2019, 7:01 AM
Okhunjon Mamajonov
Write a program to print "Python is awesome!". Don’t forget to put an exclamation mark at the end of the quote.
python
-7 Votos
3 Respostas
13th May 2021, 1:48 PM
Chaitanya
If I want to print a value of counter I but all in the same line, how can I do it?
python
0 Voto
2 Respostas
10th Sep 2017, 10:56 PM
Abdelrahman Hamoda
Use for loop to print a triangle like the one below. Use negative numbers for the values of the loop not the character?using C#?
dd
0 Voto
2 Respostas
7th Jan 2021, 1:15 PM
Jumong
why in the description of type convertion there is no print command but in the "try it yourself " part?
python
type-conversion
0 Voto
1 Resposta
30th Aug 2016, 2:55 PM
M. Shahriar Rezoan
I take a string "Debasis Mondal" and i want to print only DM. In what way i can do it?
php
0 Voto
1 Resposta
10th Jan 2019, 9:28 AM
Debasis Mondal
print the real-time location of mouse pointr(x,y), while moving mouse over console beside the cursor if I'm using TURBO C++...!?
algorithm
c
c++
code
java
logic
sololearn
0 Voto
1 Resposta
9th Feb 2018, 4:42 AM
AnonySharma
How to write the code about store the account number to array and when need to print certain account's information?
help
0 Voto
1 Resposta
15th Jul 2018, 7:14 AM
Ben Khor
write a program which take input as marks of 5 students with roll number and print highest marks with agregate
c++
-2 Votos
2 Respostas
3rd Dec 2017, 8:04 PM
sahil
Write a program to read 2 value x, y and print the quotient and remainder value separately of division (x/y)
java
0 Voto
1 Resposta
22nd Oct 2017, 3:54 AM
Sunil Kumar Gupta
Please does any one have a code that can recognize the blue print of my handwriting (the notes that I have written) and convert.
<java>
-2 Votos
3 Respostas
9th Sep 2019, 2:27 PM
Salami Umar
Why can I only run template function once?
c
c++
default-value
function-arguments
functions
print
t
templates
1 Voto
3 Respostas
29th Jun 2020, 9:21 PM
Clueless Coder
Creating a whitespace in between my session variable output in PHP. I will do two posts with my code snippets for both examples
output
print
session
space
variables
white
with
0 Voto
5 Respostas
7th Feb 2018, 7:46 PM
Making A Change
Why isn't working properly??
function-arguments
functions
loops
print
python
sleep
threads
time
while
0 Voto
2 Respostas
22nd Jan 2022, 5:31 PM
Ravi King
I need to find sum of series 1/2+1/4+1/8+.. n= int(raw_input("enter the limit") s=0 i=2 while(i<=n): x=float(1\i) s=s+x i=i+2 print s is this the correct program??
boolean-logic
python
1 Voto
2 Respostas
5th Nov 2016, 2:32 PM
Navaneetha Babu
In python3 cant we use if statement as - x= int(input (' 2+2') if x = 4 print ('correct') and if we can then how?
python3
0 Voto
3 Respostas
11th Dec 2017, 3:41 PM
Arjun Mahanty
How do i draw shapes in python?
colors
figures
print
shapes
triangle
1 Voto
1 Resposta
9th Oct 2017, 9:38 AM
Mblast St
Hi, when i implment any acrip in my device it work well, but when i try online it gives a syntax error in the print line !!!
python
1 Voto
3 Respostas
16th Mar 2017, 12:51 PM
Abuobida Abdalkarim Mohammed Yousif
Which programme is more useful to making any software?
c++
challenges
ethical
html
print
python
xhtml
1 Voto
4 Respostas
13th Nov 2017, 8:05 AM
Rohit Kumar
Why do one have to use variables since you can tell the program to print what you stored in the variable?
php
0 Voto
2 Respostas
17th Aug 2017, 5:05 PM
Ice
How to Print the Elements of any list or any loop in same row instead of printing it in different row?
lists
python
0 Voto
2 Respostas
17th Jan 2017, 2:51 PM
Gaurav
I know it may sound foolish but can anyone explain in detail why both the print functions are giving different output?
python
variables
0 Voto
2 Respostas
4th Mar 2017, 3:46 AM
Nishchay
What is the Output of this Code?
class
code
java
output
print
system
0 Voto
1 Resposta
31st May 2019, 7:00 PM
Leif Behrens
Is it possible to have a list of lists ? Example: x = [[a], [a,b], [a,b,c]]
arrays
code
lists
print
python
sololearn
0 Voto
1 Resposta
11th May 2022, 4:40 AM
SilentHealer584
I need help with my code, What is wrong with it? It is supposed to print the maze every time the function is called.
c++
2 Votos
1 Resposta
29th Sep 2016, 4:08 AM
Raul
Write a program in which you declare variable of all data types supported by C language. Get input from user and print the val
data-types
0 Voto
2 Respostas
24th Dec 2021, 11:07 AM
Rakesh Kumar Sahu
Hello friends can you guys tell me what’s wrong with my code in both side it will print this is prime number thank u
number
prime
0 Voto
1 Resposta
20th May 2019, 6:10 AM
Sam
How to write java program to accept rupees less than 10 crores from the user and to print equivalent rupees in word. For Ex. Rs
code
constructors
java
progress
0 Voto
2 Respostas
8th Dec 2021, 4:38 PM
Vrushabh
Plz help me ..i have no idea for this one ,how can we remove repeated digit present in list and print only the remaining digit?
python3
0 Voto
3 Respostas
3rd Mar 2018, 4:19 PM
Kiran Rayamajhi
Weird r error that I have
error
everyone
having
help
i'm
input
me
print
r
trouble
0 Voto
5 Respostas
19th Mar 2023, 7:39 AM
RayZ
What if you write: x = 12 \n x = x + 'string' \n print (x) ; is the output then "12string"?
python
variables
0 Voto
2 Respostas
25th Aug 2017, 3:00 PM
Leon Orou
How do I print the data of a GSList in C? and how can iterate through the list and copy the data?
c
glade
gslist
gtk
gtk_file_chooser_get_uri
0 Voto
0 Resposta
3rd Oct 2022, 12:11 AM
Fidel Alejandro Sanchez Fernandez
Issue with my for loop to print the result of a formula. Why is the formula is for loop not printing please?
javascript
0 Voto
2 Respostas
20th Apr 2017, 6:26 PM
AceDev
There is a syntax mistake in the last line of this code. Could someone fix it please? import string list=[] for s in dir(string): list.append(s) for i in range(len(list)): n=list[i] print (string.str(n))
python
strings
syntax
2 Votos
4 Respostas
5th Jan 2017, 1:45 PM
Anselm
The code is written to print no.s upto user defined range in a single line without using string. What is the use of " * " ?
python3
0 Voto
2 Respostas
29th Aug 2018, 7:33 PM
Ayan Biswas
How to accept numbers frm users using arrays and printing the 4th power of the number and store it in another array and print it
arrays
0 Voto
3 Respostas
22nd Nov 2016, 8:04 PM
Piyush Bisht
as I do a method that receives an int parameter, and I print it in the form of a pyramid like this 1,21 321 4321
challenges
java
methods
numbers
pyramid
0 Voto
3 Respostas
3rd Nov 2017, 8:41 PM
Anthony
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
87
88
89
...
92
Próximo >
Quente hoje
I tried changing my username already to see if the name on the certificates will change but they didn’t .
1 Votes
Started learning python
0 Votes
Hi guys I’m enjoying learning but problem is practice
0 Votes
Websites for frontend developers
1 Votes
Discrete mathematics (python)
0 Votes
I need help in programing
0 Votes
Error in Ethical AI Foundations course
1 Votes
C++, c# , graphical interface
1 Votes
I need a mentor in coding specifically AI
0 Votes
How to learn python
1 Votes