questions/python
from pyQt5.QtWidgets import * def window(): ...READ MORE
I know that type() function is used ...READ MORE
Write a Python program that takes as ...READ MORE
I got this type of error ERROR: Could ...READ MORE
name = 'Shivank' name = 'Santhosh' name = 'Nisha' name ...READ MORE
Hi I i keep getting that error ...READ MORE
ModuleNotFoundError ...READ MORE
I am getting IndentationError: expected an indented ...READ MORE
READ MORE
pls answer this right now pls pls READ MORE
ggg READ MORE
while True: secret_number: list[int] ...READ MORE
I have written a Python Django Method ...READ MORE
Whenever I run Command (DJANGO-ADMIN) it gives ...READ MORE
import turtle sc=turtle.Screen() sc.setup(600,600) spiral=turtle.Tu ...READ MORE
K = range(1,10) sum_sq_dst = [] for k in ...READ MORE
I am getting the error : [Errno 11001] ...READ MORE
Given a sentence S, write a program ...READ MORE
import turtle # make screen object # and set ...READ MORE
# Creating Features Space features = {} # Raw ...READ MORE
Traceback (most recent call last): File "C:\Users\SONY\PycharmProjects\Python Tuts\.idea\chammach.py", ...READ MORE
ValueError: invalid literal for int() with base ...READ MORE
number_of_actions = 5 max_value = 2 Prev_max_value = 0 costs ...READ MORE
time_in_hexa_format_as_string = '0x278a51da' def get_time_stamp(value_for_time): ...READ MORE
.I know that type() function is used ...READ MORE
Hi There, Basically I want to read a ...READ MORE
I am using Django to create a ...READ MORE
#Function is defined def eq1( vi, t, a): d ...READ MORE
Hi. I and my sister wanted to ...READ MORE
I have an IP address and I'm ...READ MORE
I'm trying to model a ubi on ...READ MORE
mass=int(input("Enter mass:")) change=int(input('enter the change in temperature:')) specific_heat=4184 cal=mass*specific_heat*change print("Your total ...READ MORE
import turtle screen = turtle.Turtle() screen.title("First Turtle by Rubayet") ...READ MORE
I AM TRYING TO CONNECT MYSQL(8.0) AND ...READ MORE
When i type this def books_available(books): """Show ...READ MORE
Need help in making a query, i ...READ MORE
Am trying to retrieve a bar graph ...READ MORE
I have an application that sends me ...READ MORE
Exception in Tkinter callback Traceback (most recent call ...READ MORE
from sklearn.linear_model import LinearRegression reg=linear_model.Lin ...READ MORE
Hi, this is my dataframe. Name Age 0 Mike ...READ MORE
500 Sorry, something went wrong on our system. ...READ MORE
Hi Sir, I am trying to install itertools ...READ MORE
I am a swim coach. I want ...READ MORE
def __init__(self, mode=False, maxHands=2, detectionCon=0.5, trackCon=0.5): ^ IndentationError: ...READ MORE
class KeyIndex: def __init__(self, a): self.k = a def search(self, ...READ MORE
TypeError: '_Screen' object is not callable READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.