ShriRam Changed status to publish August 21, 2023
import hello
# Now you can call defined function that module as follows
hello.print_func(“Zara”)
print(hello.fib(100))
ShriRam Changed status to publish August 21, 2023
import hello
# Now you can call defined function that module as follows
hello.print_func(“Zara”)
print(hello.fib(100))