def getStories(building_height, store_height): return "{0} storey".format(int(building_height / store_height) + 1)
getStories( !YourFieldName!, 4)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.