1980
Points
Questions
394
Answers
175
-
Hi Guys anyone who can help me please. I want to add class radom to 9 divs without repetition and …
- 19 views
- 2 answers
- 0 votes
-
How to compare two arrays of objects in JavaScript using a key in object.I have two result sets like this. …
- 0 views
- 2 answers
- 0 votes
-
import random import sys words=["tumble","sigh","correction","scramble","building","couple","ton"] computer=random.choice(words) attm=7 chosen_word=len(computer)*"*" print(chosen_word) while attm>0: print(computer) print(chosen_word) player_guess=str(input("guess: ")) if len(player_guess)>1: player_guess=str(input("enter one character …
- 13 views
- 1 answers
- 0 votes
-
I am creating a GUI application using pyqt5. But I couldn’t get the maximum value. Why this code prints the …
- 11 views
- 0 answers
- 0 votes
-
Xml Code <directory> <fieldset> <field id="displayName">Display name</field> </fieldset> <employees> <employee id="123"> <field id="displayName">John Doe</field> </employee> <employee id="160"> <field id="displayName">Jane Doe</field> …
- 45 views
- 2 answers
- 0 votes
-
I have a combobox and the combobox has so many items. I want to add “auto-suggestion” feature on the combobox. …
- 24 views
- 0 answers
- 0 votes
-
I am trying to create a 21 histograms using .csv dataframes. I am supposed to have ‘Age’ from my age …
- 16 views
- 0 answers
- 0 votes
-
Push 5 characters "ooops" onto a stack. In how many different ways that we can pop these characters and still …
- 10 views
- 0 answers
- 0 votes
-
I have a custom action on keypress in input, for example where number have changed sign(+-) when ‘-‘ button is …
- 0 views
- 0 answers
- 0 votes
-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? …
- 17 views
- 0 answers
- 0 votes