Graphic design python turtle 🐢

from turtle import * import colorsys bgcolor('black') pensize(0) tracer(50) h=0 for i in range(300): c=colorsys.hsv_to_rgb(h,1,1) h+=0.9 color(c) forward(300) left(100) fd(i) goto(0,0) down() rt(90) begin_fill() circle(0) end_fill() rt(10) for j in range(5): rt(30) done() Please follow my blog and subscribe my channel for more videos and newly updates 👍👍👍👍👍 import turtle as t import colorsys t.bgcolor('black') t.tracer(100) h=0.4 def draw(ang,n): t.circle(5+n,60) t.left(ang) t.circle(5+n,60) for i in range(200): c=colorsys.hsv_to_rgb(h,1,1) h+=0.005 t.color(c) t.pensize(2) draw(90,i*2) draw(120,i*2.5) draw()

Wipro hiring Any branch Any graduate apply now

 

Eligibility

Qualification

Diploma in Computer Science/ Information Technology/ Electronics/ Telecommunication: 60% and above

Year of Passing: 2020, 2021, 2022

10th Standard: 50% or above


12th Standard: 50% or above

Compensation per annum


First-year stipend: INR 12,400 per month


Second-year stipend: INR 15,488 per month


Third-year stipend: INR 17,553 per month


Fourth-year stipend: INR 19,618 per month

Service Agreement

The agreement period is of 48 months from the date of joining. The candidate will be liable to pay a sum of INR 75,000 on a pro-rata basis if he/she leaves the organization before the completion of 48 months for breaching the service agreement.


Additional criteria:

Maximum of 3 years of education gap, if any, is allowed between 10th and graduation.

No gaps are allowed during graduation. The degree should be completed within 3 years from the start of the course.

Education should be regular full-time in 10th, 12th & graduation recognized by the Central/State Government of India.

Candidates with part-time, correspondence or distance learning in either 10th or 12th or graduation are not eligible.

Maximum of one backlog till the assessment process is allowed. The offer will be subject to all backlogs being cleared at the time of offer.

Should be an Indian Citizen or should hold a PIO or OCI card in the event of holding a passport of any other country.

Bhutan and Nepal Nationals need to submit their citizenship certificate.

Candidates who have participated in any selection process held by Wipro in the last three months are not eligible.


Registration link:-https://app.joinsuperset.com/company/wipro/w-sim.html

Comments

Popular posts from this blog

Protocol verification using finite state machine model in computer network

Make fire crackers using python turtle 🐢

Scope and Limitation of Machine Learning