How would you construct a print statement to print the following quote?
Programming isn't about what you know, it's about what you can figure out
A) print('Programming isn't about what you know; it/'s about what you can figure out")
B) print('Programming isnt about what you know, its about what you can figure out')
C) print(Programming isnt about what you know; its about what you can figure out)
D) print('Programming isn't about what you know; it's about what you can figure