getPrice function

String getPrice(
  1. String str
)

Implementation

String getPrice(String str) {
  return "₹ $str";
}