Competitive coding | Programming Solution | Tech with Code December 08, 2020 Problem Statement:- .Write collection of production rules in OPS-5 syntax to input two numbers from user and calculate sum of all the integ...
[Solved] Single Lane Highway TCS Codevita 2020 Solution | Season 9 October 11, 2020Single Lane Highway Solution Problem Description Certain number of cars are passing a single lane road. Speeds of all cars vary. It is easy ...
[Solved] Exchange digits TCS CodeVita Problem with solution | Tech With Code September 29, 2020This Exchange digits Problem had been asked in the TCS CodeVita examination in 2019. Today i will give you the solution of Exchange digits T...
Telegram Channel For Programming, Source Code, Books, Placement and Movies | Tech with Code March 13, 2020 1. Tech With Code TWC(TechWithCode) will Provide you all types of knowledge about Technology and programming like Web Development, App De...
if condition in python | Complete Python Tutorial January 03, 2020 "if" condition is an important statement in any programming language. It can control the flow of your program. so python also ha...
List in python programming | Complete Python Tutorial |TechWithCode.com December 29, 2019 Before knowing about List in python,We should know about where the List comes from. so List is a collection datatype in python....
how to find data type in python | Complete Python Tutorial December 27, 2019 There is an inbuilt method in python called " type(variable) ". lets you want to know the type of a variable "a" you...
python operators December 27, 2019 Python is the most popular programming language of 2020. If you want to become a good software developer then you must know the python prog...