Postlar filtri


💥 Free Online Training 💥

Learn Website Development from scratch Online at Free of Cost by PhysicsWallah 💻

-> Certificate to Everyone 🏅

-> Learn how to make Website Project

-> Free of Cost Training 🚀

Click here, Register Free
               👇👇👇
https://tinyurl.com/Websitecoursecertificate

⚠️ Free for First 500 People ⚠️


Want to Join Website Development Online Training by PhysicsWallah at Free of Cost with Certification 🏅 to Everyone




Java Interview Questions & Answers ✔️

Complete 100 Reactions & We'll share Python Interview Ques & Ans 🚀

17.2k 0 135 13 97

Java Interview Ques & Ans ✔️





42.3k 0 12 321 106

What will be the value of the following Python expression? >>> 4 + 2 % 5
So‘rovnoma
  •   6
  •   1
  •   14
  •   Error
4495 ta ovoz

51.3k 0 10 30 104

SIMPLE_MARIO_GAME_IN_PYTHON_WITH_SOURCE_CODE (5).zip
15.1Mb
🚀 Complete 100 Reactions & We'll Share Car Detection Source Code 📌

56.2k 0 122 14 220





--- 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()

87.3k 0 104 40 181

What is output of print(math.pow(3, 2))?
So‘rovnoma
  •   9.0
  •   9
  •   None
  •   6
5504 ta ovoz


What arithmetic operators cannot be used with strings in Python?
So‘rovnoma
  •   +
  •   -
  •   *
  •   All of the mentioned
5622 ta ovoz











104.6k 0 282 19 35

Data Structures Notes 📑

20 ta oxirgi post ko‘rsatilgan.