摘要: 题目: Your task is to add up letters to one letter. The function will be given a variable amount of arguments, each one being a letter to add. Notes: Le 阅读全文
posted @ 2019-09-12 17:04 bcaixl 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 题目: Create a function that accepts dimensions, of Rows x Columns, as parameters in order to create a multiplication table sized according to the given 阅读全文
posted @ 2019-09-11 10:34 bcaixl 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 题目: You probably know the "like" system from Facebook and other pages. People can "like" blog posts, pictures or other items. We want to create the te 阅读全文
posted @ 2019-09-10 16:30 bcaixl 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 题目: There is a queue for the self-checkout tills at the supermarket. Your task is write a function to calculate the total time required for all the cu 阅读全文
posted @ 2019-09-09 15:07 bcaixl 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 原题: I always thought that my old friend John was rather richer than he looked, but I never knew exactly how much money he actually had. One day (as I 阅读全文
posted @ 2019-09-08 14:48 bcaixl 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 题目: The new "Avengers" movie has just been released! There are a lot of people at the cinema box office standing in a huge line. Each of them has a si 阅读全文
posted @ 2019-09-06 14:58 bcaixl 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 原题: A perfect power is a classification of positive integers: In mathematics, a perfect power is a positive integer that can be expressed as an intege 阅读全文
posted @ 2019-09-05 16:50 bcaixl 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 原题: This time we want to write calculations using functions and get the results. Let's have a look at some examples: Requirements: There must be a fun 阅读全文
posted @ 2019-09-05 12:03 bcaixl 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 原题: Your job is to write a function which increments a string, to create a new string. If the string already ends with a number, the number should be 阅读全文
posted @ 2019-09-03 16:46 bcaixl 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 一、Appium工具的简单原理 Appium工具可以分为:客户端(appium-client)、服务端(appium-server)和移动设备端(模拟器或者真机)。客户端支持多语言,如:python-client、java-client、ruby-client等。服务端支持多平台,如:Windows 阅读全文
posted @ 2019-08-21 17:53 bcaixl 阅读(1485) 评论(0) 推荐(0) 编辑