Which line can be used instead of the comment to cause the snippet to produce the following expected output? (Choose two.)

Last Updated on December 8, 2021 by Admin 2

Which line can be used instead of the comment to cause the snippet to produce the following expected output? (Choose two.)

Expected output:
1 2 3

Code:

PCAP Certified Associate in Python Programming Part 03 Q05 040
PCAP Certified Associate in Python Programming Part 03 Q05 040
  • c, b, a = b, a, c
  • c, b, a = a, c, b
  • a, b, c = c, a, b
  • a, b, c = a, b, c
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments