PythonCoder Official
78K subscribers
224 photos
8 videos
91 files
98 links
โ€ข ๐—•๐—ฒ๐˜€๐˜ ๐—ฝ๐—น๐—ฎ๐—ฐ๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—ฃ๐˜†๐˜๐—ต๐—ผ๐—ป ๐—–๐—ผ๐—ฑ๐—ฒ๐—ฟ๐˜€ ๐Ÿ˜€
โ€ข ๐—™๐—ฟ๐—ฒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด ๐—–๐—ผ๐˜‚๐—ฟ๐˜€๐—ฒ๐˜€ & ๐—ง๐˜‚๐˜๐—ผ๐—ฟ๐—ถ๐—ฎ๐—น๐˜€๐Ÿ“’
โ€ข ๐——๐—ฎ๐˜๐—ฎ ๐—ฆ๐—ฐ๐—ถ๐—ฒ๐—ป๐—ฐ๐—ฒ๐Ÿ“Š | ๐— ๐—ฎ๐—ฐ๐—ต๐—ถ๐—ป๐—ฒ ๐—Ÿ๐—ฒ๐—ฎ๐—ฟ๐—ป๐—ถ๐—ป๐—ด | ๐—”๐—œ ๐Ÿค–
โ€ข ๐——๐—ฎ๐—ถ๐—น๐˜† ๐——๐—ผ๐˜‡๐—ฒ ๐—ผ๐—ณ ๐—ฃ๐—ฟ๐—ผ๐—ท๐—ฒ๐—ฐ๐˜๐˜€ ๐Ÿง 
Download Telegram
*Attention*
Codenation is hiring 2021 batch students for Software Development Engineer.
Package: 33.5 LPA

And 2022 batch for internship (2 months)
Stipend : 75000/- + benefits.

Apply at:
https://www.interviewbit.com/contest/codeagon-2020?rcy=1&rce=8c845a244232
๐Ÿ‘2
Channel name was changed to ยซPythonCoder Officialยป
Channel photo updated
๐Ÿ‘1
Output ????
Anonymous Quiz
34%
p
38%
Error
27%
python2.0
๐Ÿค”1
๐Ÿ‘4
๐Ÿ‘3๐Ÿ‘2
Answer ??
Anonymous Quiz
30%
5
46%
6
24%
3
๐Ÿ‘3
๐ŸŒŸ๐—ฆ๐—ผ๐˜‚๐—ฟ๐—ฐ๐—ฒ ๐—–๐—ผ๐—ฑ๐—ฒ ๐Ÿ’ป๐Ÿ‘‡
๐Ÿ‘1
๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡

import turtle

col=('yellow','red','green','orange','blue','white')

t=turtle.Turtle()
screen=turtle.Screen()
screen.bgcolor('black')
t.speed(30)

for i in range (150):

    t.color(col[i%6])
    t.forward(i*4)
    t.left(150)
    t.width(2)
๐Ÿ‘4๐Ÿ‘Ž3
Output ????
Anonymous Quiz
51%
2.0
49%
2
๐Ÿ˜ฑ4๐Ÿ‘3๐Ÿค”2