Write a function named print_big_v (size), where size indicates the size of the pattern that the function will print. Sp
Posted: Fri May 20, 2022 12:09 pm
Write a function named print_big_v (size), where size indicates the size of the pattern that the function will print. Specifically, this function is called with 6 as the argument for size, then it should print the following: 1 1 That is, the "big V", made up of forward and backward slash characters, should be 6 rows tall. Copy and paste your code here: