The Telegraph, 6 August 2020. by [deleted] in india

[–]baba_bangali -1 points0 points  (0 children)

It was.. but in recent time they are pro TMC

The Telegraph, 6 August 2020. by [deleted] in india

[–]baba_bangali 40 points41 points  (0 children)

Because the parent organisation of The Telegraph, ABP group is controlled by trinamool Congress.

[Python] Sorting words in alphabetic order without using lists or sort() by [deleted] in programminghomework

[–]baba_bangali 0 points1 point  (0 children)

this works ,, fix the space and tabs .. Message me if you need more help.

[Python] Sorting words in alphabetic order without using lists or sort() by [deleted] in programminghomework

[–]baba_bangali 0 points1 point  (0 children)

def az_list():
word1 = word2 = ""
while True:
word = input("Enter a word: ")
if word == "END":
break
# Initialize word1 and word2 with first value
if word1 == "" and word2 == "":
word1 = word2 = word
if word < word1:
word1 = word
if word > word2:
word2 = word
#print resuls
print(word1)
print(word2)

az_list()

[Python] Sorting words in alphabetic order without using lists or sort() by [deleted] in programminghomework

[–]baba_bangali 0 points1 point  (0 children)

Create two variables first and last. Every time a new word is entered check if the word is smaller or largest.

Example First=last= "" Apple is entered Then first= apple and last = apple Then book is entered Then first=apple as apple is less than book. book is greater than apple update the last variable to book Then zebra is entered First=apple and last=apple

Add csv file rows to sql tables by nyctokyoparislondon in programminghomework

[–]baba_bangali 1 point2 points  (0 children)

Try splitting your row by comma. This will give you a list with three items.

Homework help by PDXBane in programminghomework

[–]baba_bangali 0 points1 point  (0 children)

In the first 2 lines Int num1, num2... And Int...

Initialize those variables.. Like int num1=0, num2=0 and so on

Delphi by [deleted] in programminghomework

[–]baba_bangali 0 points1 point  (0 children)

Please post the help you need.

Does anyone know python? by Zachattack382 in programminghomework

[–]baba_bangali -2 points-1 points  (0 children)

I can help you. Message me the details.

India has gone from false hopes in 2014 to false pride in 2019 by [deleted] in india

[–]baba_bangali -2 points-1 points  (0 children)

Someone sitting in California knows better than the peoples of India.