Pythonlearnerr


Channel's geo and language: India, English
Category: Technologies


Learn Python Programming at Free of cost
With Projects ☑️

Related channels  |  Similar channels

Channel's geo and language
India, English
Statistics
Posts filter



13.7k 0 120 10 46

100+ Python Coding Games with Source Codes.pdf
30.5Mb
100+ Coding Games Source Codes 💻✅

23k 0 537 13 162


32.7k 0 352 7 110

Forward from: Pythonlearnerr
SnakeGame (1) (1).py
3.2Kb
Snake Game Project in Python Programming ✅ 💻

78.7k 0 241 34 117


79.4k 0 134 11 94



WiFi Passwords Source Code .py
761b
WiFi Password Source Code 💻✅

88.3k 0 511 50 297

Coding Games In Python (1).pdf
30.5Mb
Python Projects with Source Codes 💻🎁🚀

87.8k 0 316 15 161

--- Do you like me Source Code ---


import tkinter as tk
import random

def show_popup():
    popup = tk.Toplevel(root)
    popup.title("Popup")
    label = tk.Label(popup, text="Thanks for Accepting")
    label.pack(padx=20, pady=20)

def move_button(event):
    x = random.randint(0, 350)
    y = random.randint(0, 350)
    no_button.place(x=x, y=y)

root = tk.Tk()
root.title("instagram: @pythonlearnerr")
root.geometry("400x400")

question_label = tk.Label(root, text="Do you like me?")
question_label.pack(pady=20)

yes_button = tk.Button(root, text="Yes", command=show_popup)
yes_button.pack()

no_button = tk.Button(root, text="No")
no_button.pack()

no_button.bind("", move_button)

root.mainloop()

83.8k 0 96 23 210

What is the type of programming language supported by Python?
Poll
  •   Object-oriented
  •   Functional programming
  •   Structured programming
  •   All of the above
9813 votes



107k 0 493 50 158


115.9k 0 186 12 112







What is the return type of function id ?
Poll
  •   int
  •   bool
  •   Float
  •   dict
10699 votes



133.7k 0 550 21 126


152.1k 0 309 10 75

What is the method inside the class in python language ?
Poll
  •   Object
  •   Function
  •   Attribute
  •   Argument
13352 votes

167.2k 0 14 25 290


146.2k 0 148 26 140
20 last posts shown.