What will be the output of the following expression in Python 3.x shell?Questions & Answers › Category: Python › What will be the output of the following expression in Python 3.x shell? 0 Vote Up Vote Down Geek Boy Staff asked 2 years ago What will be the output of the following expression in Python 3.x shell?'-6.34'.zfill(7)a. -60.340 b. -6.3400 c. -6.34 d. -006.34Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to print (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Like this:Like Loading...1 Answers 1 Vote Up Vote Down Geek Boy Staff answered 2 years ago d. -006.34Share this:Click to share on Facebook (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to print (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Like this:Like Loading...