Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
is it necessary to put the closing quotation (""") marks in docstring in the next line of the code?
comments
python
1 Vote
2 Réponses
3rd Oct 2016, 8:43 AM
Arya sinha
Challenges related question
challenge
help
marks
question
xp
3 Votes
2 Réponses
28th Sep 2018, 6:22 AM
Udara Guruge
Write a query to display the name, department name and marks of the top perfomer in software engineering order by department nme
mysql
sql
1 Vote
2 Réponses
1st Aug 2019, 4:51 PM
Gaurav Tiwari
Why Quotation marks are used in python while doing a print command?. Also why don't we use them in print(2+2) why no quotes here
python3
python4beginners
0 Vote
5 Réponses
3rd Jul 2021, 4:11 AM
Sanchit Aggarwal
The challenging marker was adding the marks given to me for my correct answers to the other player!!!!...
any
ideas
0 Vote
2 Réponses
9th Dec 2016, 7:36 PM
Az ad
The sequence of characters in the file is given. Convert the file by replacing all question marks with zeros
python
python3
-1 Vote
2 Réponses
25th Apr 2022, 9:35 AM
Gulnur
Write a program in C to calculate sum and average of 10 students marks in 5 different subjects using an array
arrays
average
c
sum
0 Vote
2 Réponses
14th Nov 2018, 7:34 PM
Atik Nipun
A)Using python data structure to store marks scored in subject "Python Programming" by N students in the class. Write functions
data-types
-1 Vote
1 Réponse
16th Oct 2022, 5:09 PM
Yamini Gogineni
Write a program that prompts the user for the quiz marks of three students: Ahmed, Ali, and Ayman. The mark should be a non-nega
class
code
help
java
javascript
sololearn
0 Vote
5 Réponses
27th Oct 2018, 8:49 PM
Mohammed Kanaan
In getting some question marks inside boxes in case of space' ' . Can anyone please explain why I'm getting that and how to solv
c++
problem
2 Votes
3 Réponses
10th Jan 2021, 7:34 AM
Nazeefa Labiba
While learning input, why do we need quote marks to insert numbers added in a string? They weren't needed at beginning.
input
strings
0 Vote
2 Réponses
16th Jul 2020, 11:34 AM
Cyn1
As it relates to Boolean in Python, does it matter if I use double quotation marks in one and single in the other?
boolean-logic
3 Votes
2 Réponses
1st Feb 2018, 10:37 PM
Lights_out
Please help me. I am a bigginer. I want to take marks as input from user in this code. So How can I do this?
arrays
c
0 Vote
4 Réponses
22nd May 2020, 10:36 PM
Tamzid Hasan
Create a program tht wll calculate the average marks of 10 learners and with the average it wll determine with symbol they got A
c++
functions
1 Vote
3 Réponses
12th May 2018, 11:48 AM
Christianrosejr
Write a query to display the details of the students who have scored 90 Marks in at least one subject
mysql
0 Vote
2 Réponses
27th Dec 2017, 3:23 AM
Sohana Saheen
Write a program that calculates the average for 5 marks entered by the users using any type of c++ loops
c++
loops
0 Vote
2 Réponses
19th Nov 2016, 9:38 AM
Israa Elwan
Calculate the total and percent with 100 as full marks of 3 subjects. If %is greater than 60display "you are eligible" as "not"
java
0 Vote
2 Réponses
1st Feb 2022, 7:24 AM
ANU
How to write program read from user id , name and age , course marks and course hours , calculate GPA and print all this
do_while
for
java
loop
student_information
while
write_program
1 Vote
2 Réponses
6th Nov 2018, 8:22 PM
Abrar Bandar
Help fix this code to use list comprehension to generate 50 random marks import random randmarks=[RandInt(100) for i in range(50)]
generators
list
python
random
range
0 Vote
1 Réponse
24th Mar 2017, 1:34 PM
SAMI Awad
Can some please explain the use of three speech marks to make newlines in python and also explain what newlines are?
python
strings
0 Vote
1 Réponse
25th Sep 2019, 4:27 PM
Kosti Scholey
Please explain me this Write a program to take marks of Maths,English and Science from the user calculate its sum and display it
python
-4 Votes
4 Réponses
2nd Feb 2021, 7:22 AM
santosh sharma
Write a program to input marks of three tests of a student (all integers). Then calculate and print the average of all test mark
python
0 Vote
2 Réponses
5th Sep 2023, 6:24 AM
sukhpreet singh
can any one help me why after entering numbers and names why i get wrong answer? i expect after entering marks and names the com
c++
cin
0 Vote
2 Réponses
9th May 2022, 6:34 AM
Nariman Tajari
I want to create programme for calculating percentage of 5 subjects...Total marks of 5 subject is 250..plz write a program& post
c++
0 Vote
1 Réponse
5th Nov 2017, 1:47 PM
Devraj Jadhavrao
write an application that inputs the user three subject's mark's ( as integers ) and prints the report which contains the averge of those marks (note : make sure the output as double value)
java
2 Votes
8 Réponses
13th Mar 2017, 4:06 PM
Khulud Al-slman
Java code : 10 students and each student have different marks how to print winner student name with Mark above a specific mark
java,code
-2 Votes
1 Réponse
13th Nov 2017, 4:19 PM
ajmal yousuf
Take an input string parameter and determine if exactly 3 question marks exist between every pair of numbers that add up to 10.
#fast
-1 Vote
1 Réponse
20th Jan 2021, 6:04 AM
Harish Jain
write a program to hold the detail of ten students than name there marks find the name of the studend with highest marks.
c++
0 Vote
1 Réponse
19th Jan 2017, 4:06 PM
Gopal kumar
1. Write a program which will take marks of three quizzes as float input, then call a void function ScaleUp( q1, q2, q3) to
@everone
-1 Vote
1 Réponse
20th Jun 2022, 3:43 PM
Ahasanul
The question is to accept marks of a student in 3 assignment and make it a list. Then we need to create a new list such that it
python
0 Vote
2 Réponses
23rd Nov 2018, 11:25 AM
Mara
What special character is used to indicate space between two words??
"
double
for
like
marks
quote
use
we
0 Vote
4 Réponses
18th Mar 2021, 7:53 AM
Kartikey chauhan
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
Suivant >
Aujourd'hui en vedette
Javascript
3 Votes
I Had Solve My Own Way But I See Others Method which I had added as Comented code I don't Understand Working Can You explain me?
2 Votes
What i do?in html intermediate level i dont like.
2 Votes
How to get mentor in solo learn.any mentor who response my activity🥹
1 Votes
web application with java, spring boot
1 Votes
Fitting
0 Votes
Why text takes time to load
1 Votes
What is late happening in late binding
1 Votes
Digital currency
1 Votes
I had an issue, I have PRO version, but not unlimited lives.
1 Votes