Coding Buddies
530 subscribers
63 photos
1 video
37 files
479 links
This is the official telegram channel of Coding Buddies. If you have any doubt then you can message in our telegram group. Also if you want to chat with me personally then you can ping me here @kishan_rajput23
Download Telegram
Wipro Elite NLTH 2022

Role : Project Engineer

Degree : BE/B.Tech/ME/M.Tech (all branches)

Batch : 2022

CTC : 3.5 LPA

Last date to apply : 15th Sept. 2021

UEM Kolkata and other college students are requested to consult their placement cells before applying for this. If you don't qualify this, you won't be allowed to apply for 3-6 months

Apply Now : https://careers.wipro.com/elite

Join https://t.me/Coding_Buddies on telegram to get notifications
Birlasoft Recruitment 2021
Role : Application Developer
https://www.firstnaukri.com/careers/customised/landingpage/birlasoft/2492020/index.html#job_details

Aptus Data Labs Off Campus Drive 2021
Role : Software Engineer Intern
https://docs.google.com/forms/d/1N_SoLXhH4yLWu459OLsYqqQQEfqJ5eukSMePfQiZI9I/viewform?ts=612d360e&edit_requested=true

Intel Internship 2021
Role : Graduate Intern
https://jobs.intel.com/ShowJob/Id/2861834/Graduate-Intern-Technical

Xilinx Off Campus Drive 2021
Role : Intern
https://careers.xilinx.com/jobs/7126727-intern

BYJUS Off Campus Drive 2021
Role : Software Engineer
https://byjus.com/careers/all-openings/job/software-engineer-frontend/

Barclays Recruitment 2021
Role : Fraud Analyst
https://search.jobs.barclays/job/-/-/22545/15376721632

Persistent Systems Off Campus Drive 2021
Role : Trainee
https://docs.google.com/forms/d/e/1FAIpQLSczAmWK-sx1BNmx2pWrrQZt5LO4V2uUoOIv26-8h7Qk7RA8oA/viewform

Clarivate Analytics Off Campus Drive 2021
Role : Software Engineer
https://careers.clarivate.com/search/jobdetails/associate-software-engneer/777b3831-24d5-41dc-93a5-c6ddd73c6faf

Cognizant Recruitment 2021
Role : Programmer Analyst Trainee
https://careers.cognizant.com/studentandinterns/in/en/job/00039714235/Programmer-Analyst-Trainee

Optum Recruitment 2021
Role : Software Engineer
https://careers.unitedhealthgroup.com/job/11768719/

SHARE TO SUPPORT
@Coding_Buddies

All the best๐Ÿ‘๐Ÿ‘
import textwrap
s = input()
w = int(input())


wrapper = textwrap.TextWrapper(width=w)

word_list = wrapper.wrap(text=s)

# Print each line.
for element in word_list:
print(element)



Morning test solution๐Ÿ‘†๐Ÿ‘†๐Ÿ‘†
Hope you all guys also got 100/100