Pythonlearnerr


Гео и язык канала: Индия, Английский
Категория: Технологии


Learn Python Programming at Free of cost
With Projects ☑️

Связанные каналы  |  Похожие каналы

Гео и язык канала
Индия, Английский
Категория
Технологии
Статистика
Фильтр публикаций


What will be the value of the following Python expression? >>> 4 + 2 % 5
Опрос
  •   6
  •   1
  •   14
  •   Error
1527 голосов


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

22.5k 0 72 14 163




42k 0 158 3 78

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

60.7k 0 89 37 154

What is output of print(math.pow(3, 2))?
Опрос
  •   9.0
  •   9
  •   None
  •   6
4578 голосов


What arithmetic operators cannot be used with strings in Python?
Опрос
  •   +
  •   -
  •   *
  •   All of the mentioned
4666 голосов











80.1k 0 238 19 30

Data Structures Notes 📑

66.1k 0 568 36 343

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

119.7k 0 158 98 331

Which Programming language notes do you want ?
Опрос
  •   Python
  •   Java
  •   JavaScript
  •   C
  •   C++
  •   Html CSS
  •   All of them 😁
19503 голосов

103.3k 0 10 161 282

Legend Form Complete Source Code 👇
-----------------------------------------------------





.outer{ 
margin:auto;
height:300px;
width:400px;
border:2px solid black;
position:relative
}
p{
margin-left:80px;
}
.in{
margin-left:80px;
padding:10px
}
#bt{
margin-top:20px;
position:absolute;
left:150px;
}
#bt:hover{
background:green;
font-size:13px;
cursor:pointer;
color:white;
}


function fa(){
if(a.value=="" || b.value==""){
f()
document.getElementById("a").style.border="3px solid red"
document.getElementById("b").style.border="3px solid red"
bt.value="Pahila data tak"
}
else{
document.getElementById("a").style.border="3px solid green"
document.getElementById("b").style.border="3px solid green"
bt.value="Ha thik ahe ata"
bt.style.left="120px";
}
}
flag=1
function f(){
if(flag==1){
bt.style.left="210px"
flag=2
}
else if(flag==2){
bt.style.left="80px"
flag=1
}
}




Legend form
Enter Id

Enter Confirm Pass

111.3k 0 338 32 302


105k 0 265 26 100

Which of the following is used to define a block of code in Python language?
Опрос
  •   Key
  •   Brackets
  •   Indentation
  •   All of the mentioned
10870 голосов

126.7k 0 14 14 199

Which of the following character is used to give single-line comments in Python?
Опрос
  •   //
  •   #
  •   !
  •   /*
11772 голосов

123.5k 0 12 26 148

Репост из: Pythonlearnerr
Data Structures Interview Preparation 💻🚀✅

Показано 20 последних публикаций.