Open in app

Sign In

Write

Sign In

Vijaya Kumar Chinthala
Vijaya Kumar Chinthala

96 Followers

Home

About

Sep 13

Class 11 Chapter 9: List

Write a program to increment elements of a list by 5. a=[10,20,30,40,50] print("actual list",a) for i in range(len(a)): a[i]+=5 print("after increment",a) Output: = RESTART: C:/Users/rainb/OneDrive/Documents/Desktop/1.py = actual list [10, 20, 30, 40, 50] after increment [15, 25, 35, 45, 55] 2. Write a menu driven program to perform any four…

Python

4 min read

Class 11 Chapter 9: List
Class 11 Chapter 9: List
Python

4 min read


Aug 31

CLASS 11 : Chapter 8: Strings Computer Science (083)

2023–24

Rainbowschoolnellore

4 min read

CLASS 11 : Chapter 8: Strings Computer Science (083)
CLASS 11 : Chapter 8: Strings Computer Science (083)
Rainbowschoolnellore

4 min read


Apr 24

web to android app

Converting a web-based application to a mobile app can be a great way to increase user engagement and expand your audience. While there are different ways to go about it, here are some general steps to consider when converting a web application to a mobile app. Assess your current web application: Before starting the conversion…

Android

5 min read

web to android app
web to android app
Android

5 min read


Jan 2

Class 12 Data Science

Exploratory Data Analysis: Exploratory Data Analysis is the process of carrying out an initial analysis of the available data to find out more about the data. We usually try to find patterns, try to spot anomalies, and test any hypotheses or assumptions that we may have about the data. …

Data Science

4 min read

Class 12 Data Science
Class 12 Data Science
Data Science

4 min read


Nov 5, 2021

CBSE Class 12 Computer Science(083) Sample Paper’s 2022–23

Unit I: Computational Thinking and Programming — 2  Revision of Python topics covered in Class XI.  Functions: types of function (built-in functions, functions defined in module, user defined functions), creating user defined function, arguments and parameters, default parameters, positional parameters, function returning value(s), flow of execution, scope of…

Cbse

3 min read

CBSE Class 12 Computer Science(083) Sample Paper’s 2022–23
CBSE Class 12 Computer Science(083) Sample Paper’s 2022–23
Cbse

3 min read


Mar 1, 2021

Precedence Of Operator's in Python

When an expression or statement involves multiple operators, python resolves the order of execution through Operator Precedence. Here We will see the list of highest precedence to lowest of all the operators in python.

Cbse

2 min read

Precedence Of Operator's in Python
Precedence Of Operator's in Python
Cbse

2 min read


Feb 25, 2021

Python Concepts Using Turtle

“Turtle” is a way to draw with Python. Turtle was introduced in 1967 via a language called “Logo”. turtle is mainly used to introduce coding to the kids. It’s a straightforward yet versatile way to understand the concepts of Python Getting started with turtle: Python Version: Ensure that you have…

Turtles

3 min read

Python Concepts Using Turtle
Python Concepts Using Turtle
Turtles

3 min read


Feb 20, 2021

Flask python simple website

Flask: Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. Flask is a lightweight WSGI web application framework. …

Python

3 min read

Flask python simple website
Flask python simple website
Python

3 min read


Feb 11, 2021

Arithmetic Operations in Python using tkinter GUI

Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. Note: tkinter vs Tkinter Some features of Tkinter do not exist in tkinter and vice versa.The…

Tkinter

4 min read

Arithmetic Operations in Python using tkinter GUI
Arithmetic Operations in Python using tkinter GUI
Tkinter

4 min read


Jan 12, 2021

Sample question paper

Sample question paper 2020–21

Cbse

1 min read

Sample question paper
Sample question paper
Cbse

1 min read

Vijaya Kumar Chinthala

Vijaya Kumar Chinthala

96 Followers

PGT Computer Science, https://portfolio-9774b.web.app/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams