Stack Equation
Stack Equation
  • 131
  • 799 691

วีดีโอ

input multiple integers in one line Python
มุมมอง 791ปีที่แล้ว
In Python , Accepting multiple integers as input in one line is different than Java or C
print unique elements from a list Python
มุมมอง 487ปีที่แล้ว
You an set function to print unique elements from a list.
how to find duplicates in a list in Python
มุมมอง 1.1Kปีที่แล้ว
You can use count function to find duplicate elements in a list.
missing 1 required positional argument
มุมมอง 7Kปีที่แล้ว
if a function is defined for two arguments , but you pass only one, it throws the above error. email : stackequation@gmail.com
IndexError: list assignment index out of range
มุมมอง 580ปีที่แล้ว
IndexError: list assignment index out of range You may face this error if you trying to add elements to a list by directly assigning to the index of Array using a loop, use insert() function by passing index as first argument and the element as the second argument.
ValueError: invalid literal for int() with base 10: ''
มุมมอง 3.3Kปีที่แล้ว
If you are trying to cast a string input to int , or the program expecting an integer input and you mistakenly press Enter key or feed a non integer input string. It throws the error ValueError: invalid literal for int() with base 10: '' Email ID: stackequation@gmail.com
TypeError: add() takes exactly one argument (2 given)
มุมมอง 298ปีที่แล้ว
To add a pair of integers in a set, just use an extra pair of brackets inside the add function to avoid a TypeError
TypeError: 'str' object cannot be interpreted as an integer
มุมมอง 1.6Kปีที่แล้ว
input() function accepts a value as a string , it needs to be type casted first to be used as an integer.
Syntax error on token package import assert expected
มุมมอง 8K2 ปีที่แล้ว
Syntax error on token package import assert expected stackequation@gmail.com
List cannot resolved to a type / ArrayListList cannot resolved to a type
มุมมอง 12K2 ปีที่แล้ว
List cannot resolved to a type / ArrayListList cannot resolved to a type Eclipse error stackequation@gmail.com
Binomial Theorem Part 7
มุมมอง 783 ปีที่แล้ว
Find the term independent of x in the binomial expansion Email : stackequation@gmail.com
Binomial Theorem Part 6
มุมมอง 353 ปีที่แล้ว
Find the coefficient of x^n in the given binomial expansion Email ID: stackequation@gmail.com
Binomial Theorem Part 5
มุมมอง 203 ปีที่แล้ว
Find the nth term in the binomial expansion. Email ID: stackequation@gmail.com
Binomial Theorem Part 4
มุมมอง 613 ปีที่แล้ว
Binomial Expansion for more than 2 terms. Email ID : stackequation@gmail.com
Binomial Theorem Part 3
มุมมอง 683 ปีที่แล้ว
Binomial Theorem Part 3
Binomial Theorem Part 2
มุมมอง 1K3 ปีที่แล้ว
Binomial Theorem Part 2
Several ports (8005,8080) required by Tomcat v10.0 server at localhost are already in use.
มุมมอง 4.6K3 ปีที่แล้ว
Several ports (8005,8080) required by Tomcat v10.0 server at localhost are already in use.
'Starting Tomcat Server at localhost' has encountered a problem
มุมมอง 45K3 ปีที่แล้ว
'Starting Tomcat Server at localhost' has encountered a problem
Binomial Theorem Part 1 (a+b)^n
มุมมอง 453 ปีที่แล้ว
Binomial Theorem Part 1 (a b)^n
Exception in thread "main" java.lang.Error : Unhandled exception type IOException
มุมมอง 63K3 ปีที่แล้ว
Exception in thread "main" java.lang.Error : Unhandled exception type IOException
Print All Substrings of a given String
มุมมอง 14K3 ปีที่แล้ว
Print All Substrings of a given String
Cannot find module '@angular-devkit/build-angular/package.json'
มุมมอง 39K3 ปีที่แล้ว
Cannot find module '@angular-devkit/build-angular/package.json'
Print Z pattern in C/C++
มุมมอง 4.1K4 ปีที่แล้ว
Print Z pattern in C/C
Inverse of a Matrix ( Linear Algebra )
มุมมอง 394 ปีที่แล้ว
Inverse of a Matrix ( Linear Algebra )
Turn Off A Particular Bit using BITWISE AND OPERATOR
มุมมอง 1.1K4 ปีที่แล้ว
Turn Off A Particular Bit using BITWISE AND OPERATOR
Check whether the bit is on or off using BITWISE AND operator
มุมมอง 1.4K4 ปีที่แล้ว
Check whether the bit is on or off using BITWISE AND operator
TOGGLE BIT USING OR OPERATOR
มุมมอง 5134 ปีที่แล้ว
TOGGLE BIT USING OR OPERATOR
Toggle Kth Bit using XOR
มุมมอง 4964 ปีที่แล้ว
Toggle Kth Bit using XOR
Print Binary Representation of Decimal Number in C/C++
มุมมอง 4K4 ปีที่แล้ว
Print Binary Representation of Decimal Number in C/C

ความคิดเห็น

  • @yassineelboukhari450
    @yassineelboukhari450 3 วันที่ผ่านมา

    <%@ page import="java.util.*"%>

  • @papirobr0825
    @papirobr0825 6 วันที่ผ่านมา

    thanks <3

  • @fabiancwb5655
    @fabiancwb5655 13 วันที่ผ่านมา

    thanx from Brazil. the only explanation that makes it work

  • @Mr-Dev_Ottoman
    @Mr-Dev_Ottoman 2 หลายเดือนก่อน

    thanks u so much bro, it work at first try. like and sub <3

  • @kiennguyen-er5ow
    @kiennguyen-er5ow 2 หลายเดือนก่อน

    it's worked, Thank you very much, even though it's been 4 years

  • @RaphaelPenas-r3n
    @RaphaelPenas-r3n 2 หลายเดือนก่อน

    Muito obrigado!!!!

  • @PYANGHAO
    @PYANGHAO 3 หลายเดือนก่อน

    thank you

  • @nihongo_
    @nihongo_ 3 หลายเดือนก่อน

    W bro

  • @shacker6909
    @shacker6909 3 หลายเดือนก่อน

    tnx, earned a like

  • @rafexinate
    @rafexinate 4 หลายเดือนก่อน

    bolna kia chahte ho

  • @KILLER_SHADOW_
    @KILLER_SHADOW_ 4 หลายเดือนก่อน

    Thanks, you're God

  • @VinceM1000
    @VinceM1000 4 หลายเดือนก่อน

    I am using Local by Flywheel, how do I do this. Where do I find the php

  • @Ahmed_Taha_98
    @Ahmed_Taha_98 4 หลายเดือนก่อน

    Thank you

  • @otoshiyt6341
    @otoshiyt6341 4 หลายเดือนก่อน

    09/17/2024. STILL FREAKING WORKS. WHAT A GOAT!

  • @salihmohmmed9846
    @salihmohmmed9846 4 หลายเดือนก่อน

    Thank bro it works

  • @MaximFyodorov-v4s
    @MaximFyodorov-v4s 4 หลายเดือนก่อน

    Well, thanks, that helped.

  • @RAKESH-k4j
    @RAKESH-k4j 5 หลายเดือนก่อน

    thank you sir !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!..............................

  • @ajayshriwas6951
    @ajayshriwas6951 5 หลายเดือนก่อน

    Very nice guide

  • @potachibtw3144
    @potachibtw3144 5 หลายเดือนก่อน

    thank you!!!!

  • @aadityakulkarni
    @aadityakulkarni 6 หลายเดือนก่อน

    The best video on YT for insertion short you explained the question and each iteration neatly, while others are just writing the code.

  • @beef_file4459
    @beef_file4459 6 หลายเดือนก่อน

    Your accent sounds Nepali

  • @chilelekokalima9391
    @chilelekokalima9391 6 หลายเดือนก่อน

    Thank you

  • @gabrielvitor5580
    @gabrielvitor5580 6 หลายเดือนก่อน

    thanks

  • @uditisinha357
    @uditisinha357 7 หลายเดือนก่อน

    Thank you so much I will cry

  • @natan.mendes
    @natan.mendes 7 หลายเดือนก่อน

    average 1min lifesaver video, you make the world a better place

  • @kavin7498
    @kavin7498 7 หลายเดือนก่อน

    thanks bro it worked

  • @rayyanazzuhri
    @rayyanazzuhri 7 หลายเดือนก่อน

    Thank you very much

  • @yuriioleynik
    @yuriioleynik 7 หลายเดือนก่อน

    Super! Thx! You save me lot of time!

  • @rah536
    @rah536 8 หลายเดือนก่อน

    Thanks!, in the port number of "Tomcat admin source", there was a "-" , i replaced it for 8004 and worked. thanks again

  • @dimaskuyhaa6245
    @dimaskuyhaa6245 8 หลายเดือนก่อน

    thanks sir

  • @MHDImamAlGhifari
    @MHDImamAlGhifari 8 หลายเดือนก่อน

    when iam change the port ,there is a massege sound accesed denied,please help me bro

  • @avisr438
    @avisr438 8 หลายเดือนก่อน

    thanks!

  • @chuazinerd3340
    @chuazinerd3340 8 หลายเดือนก่อน

    Thks bro

  • @hudaabdullah4344
    @hudaabdullah4344 9 หลายเดือนก่อน

    finally, solved this problem. Thank you so much

  • @eofvoid122
    @eofvoid122 9 หลายเดือนก่อน

    thanks bro, you are the man

  • @fernandovelazquezvelasco2764
    @fernandovelazquezvelasco2764 9 หลายเดือนก่อน

    it worked bro, thanks a ton

  • @vasishtharamamohan791
    @vasishtharamamohan791 10 หลายเดือนก่อน

    Thankyou you are now greater than my friends

  • @VibeZ_1221
    @VibeZ_1221 10 หลายเดือนก่อน

    cant we use the inbuilt uploader above the variable terminal panel

  • @matheusdeoliveira3319
    @matheusdeoliveira3319 10 หลายเดือนก่อน

    Thank you so much!

  • @siphesihlemathe7179
    @siphesihlemathe7179 10 หลายเดือนก่อน

    Thank you so much i wasted 2 days of my project trying to fix this error and nothing worked

  • @manhchui4452
    @manhchui4452 10 หลายเดือนก่อน

    thank you very much, it worked, i have lost so many time to fix it until i found your email, thanks so much again

  • @-Corvo_Attano
    @-Corvo_Attano 10 หลายเดือนก่อน

    Thanks man.. works fine now :)

  • @kajuandherpals
    @kajuandherpals 10 หลายเดือนก่อน

    As if we haven't tried this

  • @vutruongquang6461
    @vutruongquang6461 10 หลายเดือนก่อน

    thanks

  • @tanyasaini9631
    @tanyasaini9631 11 หลายเดือนก่อน

    Thanks 😊

  • @iam.thomas
    @iam.thomas 11 หลายเดือนก่อน

    thanks! Much love

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 11 หลายเดือนก่อน

    I followed your tutorial, still have the error of #2006 - MySQL server has gone away Open new phpMyAdmin window Failed to set configured collation connection!

  • @mrkewi1
    @mrkewi1 11 หลายเดือนก่อน

    thanks!

  • @therealthinker9085
    @therealthinker9085 11 หลายเดือนก่อน

    Thanks a lot bro ❤

  • @andifirmansyah9424
    @andifirmansyah9424 11 หลายเดือนก่อน

    THX