Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

larr PROGRAMMING FOUNDATIONS COURSE EXAM ( 1 ) INSTRUCTIONS Description ( 1 ) Submissions Python 3 . 1 0 MEDIUM Medium In Progress Helpful In

larr PROGRAMMING FOUNDATIONS COURSE EXAM
(1) INSTRUCTIONS
Description
(1) Submissions
Python 3.10
MEDIUM
Medium In Progress
Helpful
In a laboratory, there are various chemicals, and each chemical is represented by a symbol such as H,B,C,O,F, etc. A student has added chemicals to a jar one by one. He wants to know the chemical mixture that he created using the chemicals.
Given a string of chemical symbols that represent the order in which the student added the chemicals to the jar. Write a program to print a string with each chemical symbol along with the number of times it is added continuously. Join different chemical symbols using the plus (+) as shown in the sample output.
Note
If a chemical is added only once without any repetition, print the chemical name without its count.
Ex: "HHCOO" =>"H2+C+O2"
Input
The input will be a single line containing a string representing a sequence of chemical symbols.
Custom hout
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

More Books

Students also viewed these Databases questions