This question already has answers here:Why is the order in dictionaries and sets arbitrary?(5 answers)Closed 8 years ago.Just curious more than anything else, but why isnt a dictionary such as the one…
Closed. This question needs to be more focused. It is not currently accepting answers.Want to improve this question? Update the question so it focuses on one problem only by editing this post.Closed 2…
Im trying to get info from strings that I have parsed. Im trying to get the font size. This is the string Im returning
style="fill: rgb(0, 0, 0); fill-opacity: 1; font-family: ProjectStocksFont; f…
This question already has answers here:How do I read from stdin?(25 answers)Closed last year.I have created a text summarizer based on a code I found on Github. Im trying to have to script ask for the…
I was asked to write a calculator in Python, and I completed it, but there is only one issue that needs to be fixed.
What is the prerequisite? "Once the user inputs/selects an arithmetic operatio…
# TODO: 2. Create a function that counts the sum of all the numbers in a list belownumber = [1,2,3,4,5] # Use this list as inputdef hitung_total(listKu):# Complete this function with recursionreturn li…
Lately I have been facing issues installing packages through pip.
For e.g. when I try to install the torch package, it fails with the below error
> arch
arm64
> python --version
3.10.12
❯ pip --…
Closed. This question needs to be more focused. It is not currently accepting answers.Want to improve this question? Update the question so it focuses on one problem only by editing this post.Closed 9…
I am new in python and I am using python 3.5 version. I want to add photo to python, and heres the code I wrote:from tkinter import *
win=Tk()
win.title("Python Image")canvas=Canvas(win,width…
Its difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying thi…