Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
24 views11 pages

Cs Project

My. Vroom is a car subscription platform that allows users to get their dream vehicle on a monthly basis. This helps users save money while fulfilling their transportation needs. The platform manages vehicle subscriptions.

Uploaded by

sushree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views11 pages

Cs Project

My. Vroom is a car subscription platform that allows users to get their dream vehicle on a monthly basis. This helps users save money while fulfilling their transportation needs. The platform manages vehicle subscriptions.

Uploaded by

sushree
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

COMPUTER SCIENCE

SESSION
ENDING PROJECT
VEHICAL SUBSCRIPTION MANAGEMENT
MY.VROOM
My. Vroom is basically a car subscription platform where you can get your
dream vehicle on monthly basis. This will help you to save your money and
also fulfil your needs.

2
3
ORIGINAL PLAGED

7% ORIGINAL CONTENT

93%
7.6% of our content is matching
with the codes available our
internet world wide as we learned
so many extra concepts and
coding tactics referring to the
93%
codes available online.

6.8% 0.8%
IDENTICAL Minor Changes
&
Related Meaning
What additional features we have used?
A GLIMPSE

• Date And time Module


• ----This module provide a number of functions to
deal with dates, times and time intervals.

• Definition Keyword (def)


• Global Keyword (global< >)
• \t and \n (Tab & New line)
• ------Tab space and new line

Jens Martensson 5
DEF
DEFINATION
• In python def keyword is used to define
functions.
• It helps to divide a whole programme is small
small parts and also helps to safe time and run
time.
• The total area of a def is known as scope.
• Syntax:
• def function_name(parameters):
• ""“BODY"""
• function_name()

Jens Martensson 6
LOCAL VARIABLE VS GLOBAL VARIABLE

LOCAL GLOBAL
•When we create a variable •When we create a variable
inside a function, it is local outside a function, it is global
variable. variable.
•Local variable have existence •Global Variable have its
inside a scope only. existence globally.

7
Global
Keyword
• When we define a variable outside of a function,
it is global by default.
• We use global keyword to read and write a
global variable inside a function

Jens Martensson 8
SUSHREE SHYAMA PRIYA
ADITYA PRASAD SAHU
KAR
• CODING • IDEA

TEAM •


PLANNING
EXECUTION
GROUNDWORK



PLANNING
MODIFYING
RESEARCH WORK

9
THANK
YOU
KENDRIYA VIDYALAYA
BERHAMPUR
ADITYA PRASAD SAHU
adityaprasadsahu862 [email protected]
BIBLOGRAPHY
• templates.office.com/
• www.geeksforgeeks.org/
• www.programiz.com
• www.copyleaks.com/code-plagiarism-checker
• www.w3schools.com
• www.google.com
• www.revv.co.in

11

You might also like