• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Switch to Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Steem Proposals 
  • Developer Portal 
  • Steem Bluepaper 
  • SMT Whitepaper 
  • Steem Whitepaper 
  • Privacy Policy
  • Terms of Service
Homeby Witness Moecki
LoginSign up
You are viewing a single comment's thread from:

RE: Payment for Coding done

  • View the full context
  • View the direct parent
thedragonslayer (64)in #codingfund • 2 years ago

Function to find the cheapest flight and its details

def find_cheapest_flight(flight_data):
cheapest_flight = min(flight_data, key=lambda x: x["price"])
return cheapest_flight

2 years ago in #codingfund by thedragonslayer (64)
$0.63
  • Past Payouts $0.63
  • - Author $0.32
  • - Curators $0.32
1 vote
  • + dragonslayer109
Reply 0