Python Tutorial for Beginners |Import Math Functions in Python |code with Bushra

Pubblicato il: 27 ottobre 2023
sul canale di: Code with Bushra
122
3

This Python code defines a function named "function" that takes two input arguments, 'a' and 'b'. Inside the function, it converts 'a' and 'b' to integers, performs several mathematical operations on them, including addition, subtraction, multiplication, and division, and stores the results in 'add', 'subtract', 'multiply', and 'divide' variables, respectively. The division result is stored as a float to retain decimal precision. The function then returns these four results as a tuple. Outside the function, the code prompts the user to enter two values for 'a' and 'b' using the "input" function. It then calls the "function" with these user-provided values and prints the tuple containing the results of the mathematical operations.

FOLLOW MY ACCOUNTS :
FACEBOOK:  / codewithbushra  
LINKEDIN:  / codewithbushra  


In questa pagina del sito puoi guardare il video online Python Tutorial for Beginners |Import Math Functions in Python |code with Bushra della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Code with Bushra 27 ottobre 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 122 volte e gli è piaciuto 3 spettatori. Buona visione!