Treffer: Python - Getting Started with Functions
Title:
Python - Getting Started with Functions
Authors:
Source:
Publisher Information:
Spoken Tutorial IIT Bombay
Publication Year:
2018
Collection:
Directory of Open Educational Resources (DOER) - Commonwealth of Learning
Subject Terms:
Document Type:
Video
moving image (video)
Language:
English
Relation:
Spoken Tutorial Project; National Mission on Education through ICT; http://doer.col.org/handle/123456789/9012
Availability:
Accession Number:
edsbas.FEB45B37
Database:
BASE
Weitere Informationen
Outline: About Functions; How to define a function; Example for defining a function; Calling a function with arguments; Calling a function without arguments; Return values from a function; Indentation in coding; Documenting or commenting code; How to use docstrings in python function; How to write a function circle to return area and perimeter with radius r. Pre-requisite: Python - Sets in Python