Beginner¶
How To: Basic::Beginner
Accept the user’s first and last name
Accept a Sequence as CSV and generate List and Tuple
Accept integer N and compute N+NN+NNN
Print the documents of function (__doc__)
Print the calendar of a given month and year
Print the document
Test whether a number is within 100 of 1000s
Calculate the sum of three given numbers
Get a new string from a given string
Get N copies of string
Find if number is even or odd
Count the number 4 in a given list.
Get N copies of the first 2 characters
Test whether a passed letter is a vowel or not
Check whether a value is contained in a group of values
Test numbers
Parse a string to float or integer
Print without newline or space
Sum of the first N positive integers
Calculate the sum of the digits in an integer
Sort three integers without cond. and loops
Hash a word
Get the current value of the recursion limit
Concatenate N strings
Calc the number occurrence of character in a string
Get the ASCII value of a character
Given variables, print as string
Perform an action if a condition is true
Create a copy of its own source code
Swap two variables
Define a string containing special characters
Get the identity of an object
Convert a byte string to a list of integers
Check if a string is numeric
List the special variables used within the language
Check if a number is positive, negative or zero
Input a number (generate error if not number)
Print unicode characters
Prove that two strings point the same memory address
Display a floating number in specified numbers
Limit the number of characters in string
Determine if variable is defined or not
Empty a variable without destroying it
Check if multiple variables have the same value
Check if lowercase letters exist in a string
Add leading zeroes to a string
Use double quotes to display strings
Split a variable length string into variables
Calculate the time runs
Input two integers in a single line
Print a variable without spaces between values
Extract single key-value pair of a dictionary
Convert true to 1 and false to 0
Check if variable is of integer or string
Check if object type is list, set, or tuple
Check whether a number is divisible by another number