Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the logic behind putting lst[1:]. Why it print empty when lst[3:] is used instead of lst[1:]?
loop
python3
1 Vote
19 Answers
28th Jan 2021, 9:46 AM
We Doru
How to redirect to an empty form after 2 mins of inactivity with JS?
forms
javascript
3 Votes
2 Answers
12th Apr 2019, 2:06 PM
Winser Espinal Herrera
Why an empty class also internally contains default constructor after compiling?
.class
compiler
constructor
decompilation
default
emptyclass
java
0 Votes
3 Answers
8th May 2017, 5:38 PM
Pintu
Can't save file in Playground? When I reopen the file it is empty :(
php
playground
0 Votes
9 Answers
15th Aug 2016, 9:08 PM
stevv
Autofocus empty input box during challenge when check is tapped
autofocus
challenge
input_box
1 Vote
1 Answer
22nd Nov 2017, 8:25 PM
Abdul-Wahab Iddriss Raaj
What is the meaning of empty curly braces in for loop?
c
for
loops
1 Vote
1 Answer
9th Apr 2020, 2:05 AM
Yash Chaudhari
how i can block or avoid user to leave textbox empty in html.
css
css3
html
html5
text
xhtml
0 Votes
6 Answers
4th Jan 2018, 6:01 PM
Karim Abdallah
What would be the need of empty list in further?
lists
python
0 Votes
1 Answer
7th Aug 2016, 3:43 PM
1604003_Eftikhar
Can't able to delete the empty array element in Php
php
0 Votes
1 Answer
25th Jan 2019, 6:37 AM
Saurav Kumar
What is the size of an object of empty class in C++ and Java?
c++
classes
java
sizeof
3 Votes
3 Answers
29th Mar 2019, 4:52 AM
Raman Kumar
How do i remove an empty line from a string of lines
,parsing
,strings
python3
1 Vote
3 Answers
11th Oct 2017, 1:56 PM
Aaber
What's the point of empty tuple if it cannot be change?
python
tuples
1 Vote
2 Answers
3rd Aug 2016, 8:11 AM
Horza Redfield
Why my "lesson" section is empty even though i have completed Python 3 course? 🤔
lesson
5 Votes
4 Answers
14th Oct 2020, 12:05 PM
Keshav
Why did added an empty double cotation marks at the definition of the variable
javascript
math
2 Votes
6 Answers
12th Mar 2017, 7:32 PM
Ahmed Taha
Why create an empty tuple "tp=()" if I can't assign values to it later on? What useful function could I get out of an empty tuple?
python
tuples
0 Votes
3 Answers
1st Aug 2016, 10:56 PM
Mohamed Shoukry
How to move checker pieces to other empty adjacent cells with JavaScript?
javascript
1 Vote
1 Answer
5th May 2024, 5:51 PM
Timothy Njiru
How can I skip empty rows when reading a csv file using Scanner in java?
csvfile
java
readfile
scanner
3 Votes
4 Answers
22nd Jan 2021, 12:22 AM
Sattar
How the Result is 120 ??? And why curly braces empty here???
node.js
0 Votes
2 Answers
3rd Jan 2023, 11:09 AM
Mohammad Tausiful Alam
how to add letters as keys in an empty dic when the input is a text
python
0 Votes
7 Answers
30th Jun 2022, 7:16 PM
Maria imram
Hello to everyone. How can I get the output {} if an empty string is entered
dictionaries
iterators
python3
0 Votes
7 Answers
13th Jul 2020, 6:51 AM
Михаил
Question about forms
_f1_
empty
forms
input
12 Votes
4 Answers
11th Jul 2018, 2:48 PM
_F1_
Hello ,how i can insert variabl empty in my db my example ↓ i want to let pass and email empty ! How i can do that please help
operators
0 Votes
3 Answers
13th Jun 2018, 5:22 PM
Ahlam
How to concatinate square bracket to text only if array is not empty
concatinate
php
0 Votes
2 Answers
3rd Apr 2020, 10:52 PM
pap
"Falling short of empty space on primary memory" what does it means?
c++
1 Vote
2 Answers
29th Jan 2017, 2:36 PM
Arya DRJ
Shouldnt all strings have a value or something the says it could be empty or it might have a value. But making it empty isnt that wrong?
empty
strings
swift
1 Vote
2 Answers
9th Mar 2017, 6:12 PM
Raheem Steward
How to assign empty textfield value as 0 in java applets?
java
0 Votes
1 Answer
24th Aug 2017, 3:21 PM
Leo
Ruby interprets the length of a non empty array as 0
dividebyzeroerror
functions
reverse
ruby
0 Votes
1 Answer
26th Feb 2017, 8:55 AM
Michal Nemecek
Why its output is an empty list.i expect 6 as output but it not come
list
python
0 Votes
5 Answers
19th Apr 2020, 11:46 AM
Ashish goyal
In Python hen i run my programme it get an extra empty line, how to avoid this ?
mohamed
1 Vote
7 Answers
13th May 2022, 5:39 AM
Abdelwahab Ghassan Sabbagh
Declare an initially empty string array in c, and depending on user entry (char input).
arrays
c
1 Vote
4 Answers
19th Jul 2021, 6:35 PM
Abdurrahman Azaz
Please give an example of where there is a need to create an empty tuple.
dictionaries
lists
python
tuples
4 Votes
4 Answers
28th Feb 2017, 11:20 AM
Арсен Дарбишев
[Python] How to correct my code to remove the empty list from the array?
python
1 Vote
3 Answers
18th Nov 2018, 11:42 PM
Wb Z
After running the code , the second placeholder in the template stays empty
docxtpl
tkinter,
0 Votes
1 Answer
20th Mar 2024, 7:05 AM
Yacine Becha
“Without requirements or design, programming is the art of adding bugs to an empty text file.” - Louis Srygley"(ProgWisdom)
art
is
programming
the
19 Votes
3 Answers
19th Jan 2018, 1:30 PM
John Lloyd V. Dela Vega
How can i find the empty cells in a table using css and style them?
css
html
1 Vote
3 Answers
26th Aug 2020, 2:46 PM
parsa
C++ program that will define empty and booked seats for a cinema hall administration
arrays
loops
-2 Votes
2 Answers
22nd Jun 2021, 2:12 PM
Sujuma
Why is the sizeof an empty class is not zero in c++?
c++
classes
sizeof
0 Votes
1 Answer
15th Jan 2018, 4:21 PM
Irfan
Python - Given a,b, *c, d = 1,2,3 how come c is equal to an empty list?
python
2 Votes
2 Answers
8th Nov 2020, 12:58 AM
Solus
Why <br> and <br /> are same? and what is empty HTML element?
html
0 Votes
2 Answers
6th Aug 2016, 6:08 AM
Raviyank Patel
How can i know if a list is empty or full without using the lenght function?
lists
0 Votes
4 Answers
2nd Jun 2018, 8:02 AM
SlowFast
What is a size of empty class in cpp? Why it has that much of size?
classes
cpp
1 Vote
2 Answers
5th Aug 2020, 5:17 PM
Rushikesh Kate
Can i update a table in which there is no data . Initially empty
c#
sql
1 Vote
2 Answers
9th Dec 2017, 7:57 AM
Dheeraj Sharma
How to create an empty varaible (with no object) in Python. --- for an algebraic equation... ?
algebra
empty-variables
python
0 Votes
5 Answers
11th Jun 2019, 5:55 AM
Rayyan Nafees
If tuples are immutable, so what is the benefit of creating an empty tuple ?
python3
tuples
0 Votes
2 Answers
12th Apr 2019, 12:04 AM
Mohamed Ramadan
Why <br /> element is an empty element and why it has no end tag?
html
1 Vote
3 Answers
26th Mar 2017, 10:52 AM
Jar Vis
PHP form not working WHY? IT must warn user if blanks are empty
form
not
php
working
0 Votes
2 Answers
10th Jun 2017, 11:03 AM
Nodirbek
Is it possible to manipulate an empty dictionary (created in one file) from another code?
dictionaries
python
2 Votes
2 Answers
5th Jun 2017, 4:00 PM
C H U K W U E B U K A
What is the use of the empty set,list, tuple, set and dictionary ?? I can't get it
dictionaries
lists
sets
tuples
2 Votes
2 Answers
10th Sep 2019, 7:21 AM
Muhammad Zain
Need help! I don't know how to express if statement, if original string is empty and integer is 0?
c++
if-statements
0 Votes
5 Answers
12th Jul 2022, 6:49 PM
TeaserCode
"scanner myvar = new" is new a value here? Like saying this is empty for now?
input
java
1 Vote
3 Answers
30th Aug 2017, 6:30 PM
Yuko
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
why do people say programming is hard
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes