"文字列を入力します "の翻訳 英語に:
例 (レビューされていない外部ソース)
ここに検索文字列を置換する文字列を入力します | Insert here the string to replace with. |
ここに検索文字列を置換する文字列を入力します | Insert here the string that KFR will use to replace the search string. |
1つ目の入力は文字列つまりその文字列を探します | With find you would pass in one or two inputs. |
ループを入力したらすぐに 以前の文字列previousに文字列stringを代入します | While previous is not the same as the current string, I want to carry on with the loop. |
入力として2つの文字列を使用します 1つ目の入力は検索文字列です | Your goal is to define a procedure, and we'll call this one find_second. |
ここにウォーターマークの文字列を入力します | Enter your watermark string here. |
検索文字列をここで入力します | Enter the search string here. |
Features X.dat を文字列として入力 | This command if you put |
ここに検索する文字列を入力します | Insert here the string to search for. |
ここに検索する文字列を入力します | Insert here a string you want search for. |
文字列を入力してフォルダのリストをフィルタできます | You can start typing to filter the list of folders. |
入力文字列としてhello world があります | Let's investigate this issue in the form of a quiz. |
場所を表す文字列の入力方法 | Hint for writing location strings |
ここでユーザの入力した文字列を | And now let's change our call to write_form. |
渡すための入力が1つ必要です それは文字列です 文字列audacityを渡します | There's one parameter to rest_of_string, so we need one input to pass in and it should be a string. |
ここに練習用文字列を入力... | Enter your lines here... |
検索文字列を入力してください | You must enter a search string. |
検索する文字列を入力してください | Enter something to search for |
入力は単語のリストです 各文字列を反復します | I'm going to start by defining my function small_words, and it takes a list of words as input. |
入力として文字列のリストを使用し 入力リストの要素の数値をカウントした数を出力します 文字Uから開始します 小文字のuでは | For this quiz, which is an especially udacious one, your goal is to define a procedure, named measure_udacity, that takes as its input a list of strings and outputs a number that is a count of the number of elements in the input list that start with the letter U, where U has to be upper case since lower case Us are not quite udacious enough for us. |
Pythonへ赤字のように入力すると 青字の文字列を意味します | So here just to remind you, I've written out a positive example and a negative example. |
2つ目の入力はターゲット文字列です | It takes 2 strings as its inputs, so the first input is the search string. |
ですからrest of stringの出力は 入力文字列の2つ目の文字から | That's what we return. |
まずユーザが入力したmonthの文字列を取り込みます | Okay, here's 1 version of this function. |
感情アイコンに変換する文字列を入力します 複数の文字列を使う場合はスペースで区切ります | Insert the string for the emoticon. If you want multiple strings, separate them by spaces. |
大文字Uに続けて入力文字列を出力してください 例を挙げましょう | Your goal is to define a procedure called udacify that takes as input a string and outputs a string that is an uppercase U followed by the input string. |
出力は文字列の文字数になります 7文字ある文字列Udacityの場合は出力は7になります | We can also use len on a string, and the output will be the number of characters in the string. |
この入力では2つの文字列が一致します | And the string we're looking for this needle in is 1861 1941 R. Tagore . |
文字列は500までテキストは500以上の 文字を入力できるということです また文字列は索引をつけられます | Remember the difference between a string property and a text property is a string property has to be less than 500 characters, and text properties can be greater than 500 characters. |
これを使うと入力文字列の全体を | I'm going to use a variable we haven't told you about yet. |
GwenRename のアイテムリストでアイテムを選択するための文字列を入力します | Please insert a string to be used to select items in GwenRename item list |
入力した文字列a b b cは 文法の言語に含まれます | We know how this one is supposed to work because we did it out together on paper. |
検索文字列が入力されていません | Search string is empty |
1つ目の入力そして2つ目の入力の2回の繰り返し さらに続いて1つ目の入力を出力することです 例えばabbaizeを呼び出して 1字の文字列である文字列aと文字列bを渡した場合 | This is very useful if you need to come up with names, and what it does is take 2 strings as its inputs and outputs a string that is the first input, followed by 2 repetitions of the second input, followed by the first input. |
文字列を出力し それはこの '2 deciamals 3.14' という文字列です | So the Sprintf generates a string that is less than the 2 decimals, 3.1 plus string. |
ここにサブフォルダの名前または追加する文字列を入力します | Enter the name of the extra here... |
文字列中の文字数を返します | Returns number of chars in the string. |
文字列を大文字に変換します | Converts the string to uppercase. |
文字列を小文字に変換します | Converts the string to lowercase. |
入力の文字列の数を計算して2で割り | Since we want to test the two halves of the input separately, we need to split it into two parts. |
文字セットを入力 | Enter charset |
find lastは入力として2つの文字列を受け取ります 1つ目は検索対象となる文字列で 2つ目は見つける文字列です | So for this question, your goal is to define a procedure, named find_last, that takes as input 2 strings. |
これは入力として文字列を使い 入力文字列がfriendの名前かどうか指し示す ブール値を出力します 通常これはとても難しい作業になります | Your goal for this quiz is to define a procedure, is_friend, that takes a string as its input, and outputs a Boolean value indicating if the input string is the name of a friend. |
文字列のルールを入れていきます | Here's one now. |
つまりtest関数の実行数です テストした文字列も出力し 文字列の長さも出力します | I'm printing out the current value of test_count that is, the number of the test that is being executed and printing out the string that we're testing, and I'm printing out its current length. |