- Write A Function Named Print Big V Size Where Size Indicates The Size Of The Pattern That The Function Will Print Sp 1 (23.21 KiB) Viewed 36 times
Write a function named print_big_v (size), where size indicates the size of the pattern that the function will print. Sp
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a function named print_big_v (size), where size indicates the size of the pattern that the function will print. Sp
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: