DemoPackage Package

DemoPackage Package

DemoPackage

This is a demo module for the DemoPackage:

utils Module

Utility functions.

DemoPackage.utils.main()[source]

This is the main function

DemoPackage.utils.print_integer(i=100)[source]

This function prints the integer i.

Parameters:i – The integer to be printed.
Returns:None.
Return type:None.
Output :print an integer
DemoPackage.utils.print_string()[source]

This function prints a string.

Returns:None.
Output :print an string.
Return type:None.

Table Of Contents

Previous topic

Welcome to DemoPackage!

Next topic

tests Package

This Page